Files
tougao/vendor/symfony/class-loader/Tests/Fixtures/classmap/sameNsMultipleClasses.php
wangjinlei c1885928ff 20220406
2022-04-06 18:02:49 +08:00

20 lines
282 B
PHP

<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Foo\Bar;
class A
{
}
class B
{
}