Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — v4dot1 ( e6b5d2...496635 )
by Cristian
23:20 queued 15:38
created
src/app/Library/CrudPanel/Traits/SaveActions.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.