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 (a512cd)
by Rudie
01:57
created
test.gherkin.feature.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
 try {
50 50
 	$feature = $parser->parse($feature);
51
-}
52
-catch (Exception $ex) {
51
+} catch (Exception $ex) {
53 52
 	echo $ex->getMessage() . "\n";
54 53
     exit;
55 54
 }
@@ -57,8 +56,7 @@  discard block
 block discarded – undo
57 56
 foreach ($feature->getScenarios() as $scenario) {
58 57
     if ($scenario instanceof OutlineNode) {
59 58
         echo $scenario->getExampleTable() . "\n\n";
60
-    }
61
-    elseif ($scenario instanceof ScenarioNode) {
59
+    } elseif ($scenario instanceof ScenarioNode) {
62 60
         foreach ($scenario->getSteps() as $step) {
63 61
             foreach ($step->getArguments() as $argument) {
64 62
                 if ($argument instanceof TableNode) {
Please login to merge, or discard this patch.