This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
gitgod
/
store
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1c277d4258
Větve
Značky
dev
master
store
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
multipleNamespacesWithOneClassUsingBraces.php
97 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}