BBnepal-Accounts/vendor/phpunit/php-token-stream/tests/_fixture/multipleNamespacesWithOneClassUsingBraces.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

13 lines
97 B
PHP

<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}