D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
stage
/
vendor
/
vendor
/
phpspec
/
prophecy
/
fixtures
/
Filename :
WithCallableArgument.php
back
Copy
<?php namespace Fixtures\Prophecy; class WithCallableArgument { public function methodWithArgs(callable $arg_1, callable $arg_2 = null) { } }