DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / WithCallableArgument.php
12345678910
<?php namespace Fixtures\Prophecy; class WithCallableArgument { public function methodWithArgs(callable $arg_1, ?callable $arg_2 = null) { } }