Fixtures\Prophecy\WithCallableArgument::methodWithArgs PHP Method

methodWithArgs() public method

public methodWithArgs ( callable $arg_1, callable $arg_2 = null )
$arg_1 callable
$arg_2 callable
    public function methodWithArgs(callable $arg_1, callable $arg_2 = null)
    {
    }
WithCallableArgument