This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
gitgod
/
store
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
9a3cb69932
Branche
Tagy
dev
master
store
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
multipleNamespacesWithOneClassUsingBraces.php
97 B
História
Raw
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}