GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Branch development (184ec4)
by butschster
06:08
created
src/Model/ModelConfigurationManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
     }
291 291
 
292 292
     /**
293
-     * @return null|string
293
+     * @return boolean
294 294
      */
295 295
     public function hasCustomControllerClass()
296 296
     {
Please login to merge, or discard this patch.
src/Display/Column/Control.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param ControlButtonInterface $button
125
+     * @param ControlButtonInterface $buttons
126 126
      *
127 127
      * @return $this
128 128
      */
Please login to merge, or discard this patch.
src/Display/DisplayDatatablesAsync.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param mixed $distinct
121
+     * @param string|null $distinct
122 122
      *
123 123
      * @return $this
124 124
      */
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     /**
163 163
      * Apply offset and limit to the query.
164 164
      *
165
-     * @param $query
165
+     * @param Builder $query
166 166
      * @param \Illuminate\Http\Request $request
167 167
      */
168 168
     protected function applyOffset($query, \Illuminate\Http\Request $request)
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      * Convert collection to the datatables structure.
205 205
      *
206 206
      * @param \Illuminate\Http\Request $request
207
-     * @param array|Collection $collection
207
+     * @param Collection $collection
208 208
      * @param int $totalCount
209 209
      * @param int $filteredCount
210 210
      *
Please login to merge, or discard this patch.
src/Display/Extension/Actions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * @param ActionInterface $actions
47 47
      *
48
-     * @return $this
48
+     * @return \SleepingOwl\Admin\Contracts\Display\DisplayInterface
49 49
      */
50 50
     public function set($actions)
51 51
     {
Please login to merge, or discard this patch.
src/Http/Controllers/AdminController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
      * @param ModelConfigurationInterface $model
312 312
      * @param Request $request
313 313
      *
314
-     * @return bool
314
+     * @return boolean|null
315 315
      *
316 316
      * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
317 317
      */
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
     /**
535 535
      * @param Request $request
536 536
      *
537
-     * @return null|string
537
+     * @return string
538 538
      */
539 539
     protected function getBackUrl(Request $request)
540 540
     {
Please login to merge, or discard this patch.
src/Templates/TemplateDefault.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @return Manager
57
+     * @return Breadcrumbs
58 58
      */
59 59
     public function breadcrumbs()
60 60
     {
Please login to merge, or discard this patch.