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/SomeInterface.php
Fabien Potencier 92cb685ebc fixed CS
2012-02-10 13:35:11 +01:00

9 lines
57 B
PHP

<?php
namespace ClassMap;
interface SomeInterface
{
}