More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / multipleNamespacesWithOneClassUsingBraces.php
1 <?php
2 namespace Foo\Bar;
3
4 class TestClassInBar
5 {
6 }
7
8 namespace Foo\Baz;
9
10 class TestClassInBaz
11 {
12 }