mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-01 04:47:03 +00:00
Initial commit
This commit is contained in:
6
vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
vendored
Normal file
6
vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Foo\Bar;
|
||||
|
||||
class TestClass
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user