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
Branch master (9269d3)
by Telyn
03:20
created
caos/highlight/CAOSHighlighter.php 1 patch
Switch Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -443,9 +443,9 @@
 block discarded – undo
443 443
         case 'untl':
444 444
         case 'next':
445 445
         case 'ever':
446
-            case 'repe';
447
-            $this->currentIndent--;
448
-            break;
446
+        case 'repe';
447
+        $this->currentIndent--;
448
+        break;
449 449
         }
450 450
     }
451 451
 
Please login to merge, or discard this patch.