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 (#2)
by Desjardins
02:14
created
Hydrator/SimpleObjectHydrator.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -95,11 +95,11 @@
 block discarded – undo
95 95
 
96 96
             if ($classMetaData->inheritanceType === ClassMetadata::INHERITANCE_TYPE_SINGLE_TABLE
97 97
                || $classMetaData->inheritanceType === ClassMetadata::INHERITANCE_TYPE_JOINED) {
98
-               try {
99
-                   $property = $reflection->getProperty($name);
100
-               } catch (\ReflectionException $e) {
101
-                   continue;
102
-               }
98
+                try {
99
+                    $property = $reflection->getProperty($name);
100
+                } catch (\ReflectionException $e) {
101
+                    continue;
102
+                }
103 103
             } else {
104 104
                 $property = $reflection->getProperty($name);
105 105
             }
Please login to merge, or discard this patch.