@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | /** |
| 119 | - * @param $action |
|
| 119 | + * @param string $action |
|
| 120 | 120 | * @return mixed |
| 121 | 121 | */ |
| 122 | 122 | protected function methodForAction($action) |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | /** |
| 157 | - * @param $needle |
|
| 157 | + * @param string $needle |
|
| 158 | 158 | * @param array $haystack |
| 159 | 159 | * @return mixed |
| 160 | 160 | */ |