first commit
This commit is contained in:
5
vendor/phpunit/php-token-stream/tests/_fixture/source5.php
vendored
Normal file
5
vendor/phpunit/php-token-stream/tests/_fixture/source5.php
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
function foo($a, array $b, array $c = array()) {}
|
||||
interface i { public function m($a, array $b, array $c = array()); }
|
||||
abstract class a { abstract public function m($a, array $b, array $c = array()); }
|
||||
class c { public function m($a, array $b, array $c = array()) {} }
|
Reference in New Issue
Block a user