first commit
This commit is contained in:
7
vendor/phpunit/php-token-stream/tests/_fixture/closure.php
vendored
Normal file
7
vendor/phpunit/php-token-stream/tests/_fixture/closure.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$function1 = function($foo, $bar) use ($var) {};
|
||||
$function2 = function(Foo $foo, $bar) use ($var) {};
|
||||
$function3 = function ($foo, $bar, $baz) {};
|
||||
$function4 = function (Foo $foo, $bar, $baz) {};
|
||||
$function5 = function () {};
|
||||
$function6 = function() {};
|
Reference in New Issue
Block a user