This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/ClassLoader/Fixtures/classmap/sameNsMultipleClasses.php
Fabien Potencier 92cb685ebc fixed CS
2012-02-10 13:35:11 +01:00

7 lines
49 B
PHP

<?php
namespace Foo\Bar;
class A {}
class B {}