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
Pull Request — master (#1026)
by Guilherme
04:42
created
src/PanelTraits/Update.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
      *
16 16
      * @param  [Int] The entity's id
17 17
      * @param  [Request] All inputs to be updated.
18
+     * @param integer $id
18 19
      *
19 20
      * @return [Eloquent Collection]
20 21
      */
Please login to merge, or discard this patch.
src/PanelTraits/Columns.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Move the most recently added column after the given target column.
96 96
      *
97
-     * @param string|array $targetColumn The target column name or array.
97
+     * @param string $targetColumn The target column name or array.
98 98
      */
99 99
     public function afterColumn($targetColumn)
100 100
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Move the most recently added column before the given target column.
106 106
      *
107
-     * @param string|array $targetColumn The target column name or array.
107
+     * @param string $targetColumn The target column name or array.
108 108
      */
109 109
     public function beforeColumn($targetColumn)
110 110
     {
@@ -227,6 +227,7 @@  discard block
 block discarded – undo
227 227
      *
228 228
      * @param [string] Column name.
229 229
      * @param [attributes and values array]
230
+     * @param string $column
230 231
      */
231 232
     public function setColumnDetails($column, $attributes)
232 233
     {
Please login to merge, or discard this patch.