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
Pull Request — master (#4)
by Desjardins
02:04
created
Hydrator/ReadOnlyHydrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@
 block discarded – undo
350 350
      * @return string
351 351
      * @see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php#L215
352 352
      */
353
-    protected static function extractNameFromReflexionType(\ReflectionType $reflectionType){
353
+    protected static function extractNameFromReflexionType(\ReflectionType $reflectionType) {
354 354
         return $reflectionType instanceof \ReflectionNamedType ? $reflectionType->getName() : $reflectionType->__toString();
355 355
     }
356 356
 }
Please login to merge, or discard this patch.