8 lines
78 B
PHP
8 lines
78 B
PHP
|
<?php
|
||
|
|
||
|
namespace NoccyLabs\Shell\AutoComplete;
|
||
|
|
||
|
interface HinterInterface
|
||
|
{
|
||
|
}
|