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.
Completed
Branch development (1ea943)
by butschster
05:38
created
src/Model/ModelConfigurationManager.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
     }
328 328
 
329 329
     /**
330
-     * @return null|string
330
+     * @return boolean
331 331
      */
332 332
     public function hasCustomControllerClass()
333 333
     {
@@ -505,7 +505,6 @@  discard block
 block discarded – undo
505 505
      * @param string $event
506 506
      * @param bool $halt
507 507
      * @param Model|null $model
508
-     * @param array $args
509 508
      *
510 509
      * @return mixed
511 510
      */
Please login to merge, or discard this patch.
src/Repository/BaseRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     protected $with = [];
30 30
 
31 31
     /**
32
-     * @param string|Model $class
32
+     * @param string $class
33 33
      *
34 34
      * @throws RepositoryException
35 35
      */
Please login to merge, or discard this patch.
src/Traits/Renderable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     protected $viewPath;
13 13
 
14 14
     /**
15
-     * @param string|View $view
15
+     * @param string $view
16 16
      *
17 17
      * @return $this
18 18
      */
Please login to merge, or discard this patch.