15 lines
202 B
PHP
Raw Normal View History

2016-04-13 03:19:22 +02:00
<?php
namespace NoccyLabs\Shell\AutoComplete;
class Hinter implement HinterInterface
{
public function getHints()
{
}
public function addHinter(HinterInterface $hinter)
{
}
}