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
Push — master ( 414922...a9bc98 )
by butschster
12:35
created
src/Model/ModelConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return string
148
+     * @return \Illuminate\Support\Collection
149 149
      */
150 150
     public function getRedirect()
151 151
     {
Please login to merge, or discard this patch.
src/Model/SectionModelConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return string
27
+     * @return \Illuminate\Support\Collection
28 28
      */
29 29
     public function getRedirect()
30 30
     {
Please login to merge, or discard this patch.
src/Widgets/WidgetsRegistry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @param $widget
98
+     * @param string $widget
99 99
      *
100 100
      * @return \Closure
101 101
      */
Please login to merge, or discard this patch.