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
Push — develop ( 109ba3...e2ccd6 )
by Lonnie
02:06
created
src/Bay.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -83,8 +83,7 @@  discard block
 block discarded – undo
83 83
 			}
84 84
 
85 85
 			$output = $instance->{$method}();
86
-		}
87
-		elseif (
86
+		} elseif (
88 87
 			($num_of_params === 1)
89 88
 			&& (
90 89
 				(! array_key_exists($ref_params[0]->name, $params_array))
@@ -96,8 +95,7 @@  discard block
 block discarded – undo
96 95
 		)
97 96
 		{
98 97
 			$output = $instance->{$method}($params_array);
99
-		}
100
-		else
98
+		} else
101 99
 		{
102 100
 			$fire_args = [];
103 101
 			$method_params = [];
@@ -173,8 +171,7 @@  discard block
 block discarded – undo
173 171
 					$found = true;
174 172
 				}
175 173
 			}
176
-		}
177
-		else
174
+		} else
178 175
 		{
179 176
 			$found = true;
180 177
 		}
Please login to merge, or discard this patch.