Initial commit

This commit is contained in:
Christopher Vagnetoft
2016-04-13 03:19:22 +02:00
commit e6f6fbe3d3
9 changed files with 982 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
namespace NoccyLabs\Shell\AutoComplete;
class Hinter implement HinterInterface
{
public function getHints()
{
}
public function addHinter(HinterInterface $hinter)
{
}
}