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 Lars
12:23
created
src/Methods/Misc.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -211,10 +211,10 @@
 block discarded – undo
211 211
      */
212 212
     public function countSubstr($substring, $caseSensitive = true)
213 213
     {
214
-    	  if (!isset($this->scalarString[0]))
215
-    	  {
216
-    	  	return 0;
217
-	      }
214
+            if (!isset($this->scalarString[0]))
215
+            {
216
+                return 0;
217
+            }
218 218
 
219 219
         if ($caseSensitive)
220 220
         {
Please login to merge, or discard this patch.