Pressroom template verwijderd, website naar root van repo
This commit is contained in:
10
vendor/phpspec/prophecy/fixtures/WithCallableArgument.php
vendored
Normal file
10
vendor/phpspec/prophecy/fixtures/WithCallableArgument.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
class WithCallableArgument
|
||||
{
|
||||
public function methodWithArgs(callable $arg_1, callable $arg_2 = null)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user