@@ -62,6 +62,9 @@ |
||
| 62 | 62 | $readline->setAutocomplete($filenameAutocompleter); |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | + /** |
|
| 66 | + * @param integer $limit |
|
| 67 | + */ |
|
| 65 | 68 | protected function refreshScreenWithSuggestions($suggestions, $limit) |
| 66 | 69 | { |
| 67 | 70 | $firstSuggestions = array_slice($suggestions, 0 , $limit); |