1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures/classmap/SomeInterface.php

9 lines
57 B
PHP
Raw Normal View History

2012-03-05 13:10:01 +00:00
<?php
namespace ClassMap;
interface SomeInterface
{
}