Files
nhgooi.nl/website/vendor/phpspec/prophecy/fixtures/WithCallableArgument.php
2020-01-06 02:36:10 +01:00

11 lines
156 B
PHP

<?php
namespace Fixtures\Prophecy;
class WithCallableArgument
{
public function methodWithArgs(callable $arg_1, callable $arg_2 = null)
{
}
}