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 ( 932a4a...18f63a )
by Steevan
03:00
created
Hydrator/SimpleObjectHydrator.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -83,11 +83,11 @@
 block discarded – undo
83 83
             }
84 84
 
85 85
             if ($classMetaData->inheritanceType === ClassMetadata::INHERITANCE_TYPE_SINGLE_TABLE) {
86
-               try {
87
-                   $property = $reflection->getProperty($name);
88
-               } catch (\ReflectionException $e) {
89
-                   continue;
90
-               }
86
+                try {
87
+                    $property = $reflection->getProperty($name);
88
+                } catch (\ReflectionException $e) {
89
+                    continue;
90
+                }
91 91
             } else {
92 92
                 $property = $reflection->getProperty($name);
93 93
             }
Please login to merge, or discard this patch.