1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
composer/tests/Composer/Test/Autoload/Fixtures/classmap/SomeInterface.php
2012-03-05 14:10:01 +01:00

8 lines
57 B
PHP

<?php
namespace ClassMap;
interface SomeInterface
{
}