We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | /** |
156 | 156 | * Allow the developer to remove multiple save actions from settings. |
157 | 157 | * |
158 | - * @param array $saveActions |
|
158 | + * @param string[] $saveActions |
|
159 | 159 | * @return void |
160 | 160 | */ |
161 | 161 | public function removeSaveActions(array $saveActions) |
@@ -183,7 +183,6 @@ discard block |
||
183 | 183 | /** |
184 | 184 | * Allow the developer to unset all save actions. |
185 | 185 | * |
186 | - * @param string $saveAction |
|
187 | 186 | * @return void |
188 | 187 | */ |
189 | 188 | public function removeAllSaveActions() |
@@ -194,7 +193,7 @@ discard block |
||
194 | 193 | /** |
195 | 194 | * Allows the developer to set save actions order. It could be ['action1','action2'] or ['action1' => 1, 'action2' => 2]. |
196 | 195 | * |
197 | - * @param array $saveActions |
|
196 | + * @param string[] $saveActions |
|
198 | 197 | * @return void |
199 | 198 | */ |
200 | 199 | public function orderSaveActions(array $saveActions) |