mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
8 lines
57 B
PHP
8 lines
57 B
PHP
<?php
|
|
|
|
namespace ClassMap;
|
|
|
|
interface SomeInterface
|
|
{
|
|
|
|
}
|