@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | - * @param $action |
|
| 100 | + * @param string $action |
|
| 101 | 101 | * |
| 102 | 102 | * @throws InterruptException |
| 103 | 103 | * @throws TickDoesNotExistException |
@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | |
| 113 | 113 | |
| 114 | 114 | /** |
| 115 | - * @param $line |
|
| 115 | + * @param string $line |
|
| 116 | 116 | */ |
| 117 | 117 | private function outputRunner($line) { |
| 118 | 118 | if ($this->runner === null) { |
@@ -157,7 +157,7 @@ |
||
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | 159 | * @param Index $index |
| 160 | - * @param array $result |
|
| 160 | + * @param callable $result |
|
| 161 | 161 | * |
| 162 | 162 | * @return Index |
| 163 | 163 | */ |
@@ -87,7 +87,7 @@ |
||
| 87 | 87 | |
| 88 | 88 | |
| 89 | 89 | /** |
| 90 | - * @param array $result |
|
| 90 | + * @param callable $result |
|
| 91 | 91 | * |
| 92 | 92 | * @return SearchResult |
| 93 | 93 | */ |