@@ -44,6 +44,9 @@ |
||
| 44 | 44 | return $this; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @param \Clue\React\Stdio\Readline $readline |
|
| 49 | + */ |
|
| 47 | 50 | protected function registerAutocompleter($readline) |
| 48 | 51 | { |
| 49 | 52 | $readline->setAutocomplete(function ($word, $startOffset, $endOffset) use ($readline) { |
@@ -62,6 +62,9 @@ |
||
| 62 | 62 | return $options; |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | + /** |
|
| 66 | + * @return string |
|
| 67 | + */ |
|
| 65 | 68 | protected function getConfigFileLocation() |
| 66 | 69 | { |
| 67 | 70 | $configNames = [ |