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 ( ef9af2...b0dfc5 )
by Steevan
03:55 queued 01:45
created
Hydrator/SimpleObjectHydrator.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -97,11 +97,11 @@
 block discarded – undo
97 97
                 $classMetaData->inheritanceType === ClassMetadata::INHERITANCE_TYPE_SINGLE_TABLE
98 98
                || $classMetaData->inheritanceType === ClassMetadata::INHERITANCE_TYPE_JOINED
99 99
             ) {
100
-               try {
101
-                   $property = $reflection->getProperty($name);
102
-               } catch (\ReflectionException $e) {
103
-                   continue;
104
-               }
100
+                try {
101
+                    $property = $reflection->getProperty($name);
102
+                } catch (\ReflectionException $e) {
103
+                    continue;
104
+                }
105 105
             } else {
106 106
                 $property = $reflection->getProperty($name);
107 107
             }
Please login to merge, or discard this patch.