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 — develop (#3)
by Kenji
02:01
created
src/Bay.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,8 +73,7 @@  discard block
 block discarded – undo
73 73
 		if ($this->isStaticMethod($instance, $method))
74 74
 		{
75 75
 			$output = $instance::{$method}( $this->prepareParams($params) );
76
-		}
77
-		else
76
+		} else
78 77
 		{
79 78
 			$output = $instance->{$method}($this->prepareParams($params));
80 79
 		}
@@ -130,8 +129,7 @@  discard block
 block discarded – undo
130 129
 					$found = true;
131 130
 				}
132 131
 			}
133
-		}
134
-		else
132
+		} else
135 133
 		{
136 134
 			$found = true;
137 135
 		}
Please login to merge, or discard this patch.