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 (#1538)
by Thomas
03:14
created
src/ModelTraits/SpatieTranslatable/Sluggable.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
      * Query scope for finding "similar" slugs, used to determine uniqueness.
38 38
      *
39 39
      * @param \Illuminate\Database\Eloquent\Builder $query
40
-     * @param \Illuminate\Database\Eloquent\Model $model
41 40
      * @param string $attribute
42 41
      * @param array $config
43 42
      * @param string $slug
Please login to merge, or discard this patch.
src/PanelTraits/Read.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@  discard block
 block discarded – undo
89 89
      * Upload fields are the ones that have "upload" => true defined on them.
90 90
      * @param  [form] create / update / both - defaults to 'both'
91 91
      * @param  [id] id of the entity - defaults to false
92
+     * @param string $form
92 93
      * @return bool
93 94
      */
94 95
     public function hasUploadFields($form, $id = false)
@@ -122,6 +123,7 @@  discard block
 block discarded – undo
122 123
 
123 124
     /**
124 125
      * Set the number of rows that should be show on the list view.
126
+     * @param integer $value
125 127
      */
126 128
     public function setDefaultPageLength($value)
127 129
     {
Please login to merge, or discard this patch.
src/PanelTraits/Search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
 
170 170
     /**
171 171
      * Render the given view.
172
-     * @param $view
172
+     * @param string $view
173 173
      * @param $column
174 174
      * @param $entry
175 175
      * @param  int The number shown to the user as row number (index);
Please login to merge, or discard this patch.
src/app/Console/Commands/Install.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Execute the console command.
32 32
      *
33
-     * @return mixed
33
+     * @return false|null
34 34
      */
35 35
     public function handle()
36 36
     {
Please login to merge, or discard this patch.
src/PanelTraits/Columns.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * Move the most recently added column after the given target column.
143 143
      *
144
-     * @param string|array $targetColumn The target column name or array.
144
+     * @param string $targetColumn The target column name or array.
145 145
      */
146 146
     public function afterColumn($targetColumn)
147 147
     {
Please login to merge, or discard this patch.