mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-31 07:46:44 +00:00
Initial commit
This commit is contained in:
6
vendor/phpunit/php-token-stream/tests/_fixture/source2.php
vendored
Normal file
6
vendor/phpunit/php-token-stream/tests/_fixture/source2.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// short desc
|
||||
abstract class A {
|
||||
/* abst meth: */
|
||||
public static abstract function method();
|
||||
}
|
||||
Reference in New Issue
Block a user