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.
Passed
Branch dev (b42eb9)
by Liuta
03:30
created
includes/class-xcloner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 
173 173
         $property = str_replace("get_", "", $property);
174 174
 
175
-        if(property_exists($this, $property)){
175
+        if (property_exists($this, $property)) {
176 176
             return $this->$property;
177 177
         }
178 178
     }
Please login to merge, or discard this patch.