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 — master ( 3e93e2...04173f )
by Florian
03:09
created
Model/Query.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 	
16 16
 	private $term;
17 17
 	
18
-	public function __construct($term){
18
+	public function __construct($term) {
19 19
 		$this->term = $term;
20 20
 	}
21 21
 
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 	 *
25 25
 	 * @return string Returns the search term
26 26
 	 */
27
-	public function getSearchTerm(){
27
+	public function getSearchTerm() {
28 28
 		return $this->term;
29 29
 	}
30 30
 }
31 31
\ No newline at end of file
Please login to merge, or discard this patch.