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 — upgrade ( 5875a3...f0b0d7 )
by Time
01:38
created
Source/Parsing/FunctionReflection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -159,6 +159,9 @@
 block discarded – undo
159 159
                 $parentConstant);                   //parent::class
160 160
     }
161 161
 
162
+    /**
163
+     * @param string|null $type
164
+     */
162 165
     protected function fullyQualify($type)
163 166
     {
164 167
         return $type && $type[0] !== '\\' ? '\\' . $type : $type;
Please login to merge, or discard this patch.