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 — evangelist ( 6effe2...d51cbb )
by Temitope
05:13
created
src/Interface/EvangelistStatusRankingInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -14,17 +14,17 @@
 block discarded – undo
14 14
 interface EvangelistStatusRankingInterface
15 15
 {
16 16
     /**
17
-	 * This method returns the evangelist level 
18
-	 * @param void
17
+     * This method returns the evangelist level 
18
+     * @param void
19 19
      * @return void
20
-	 */
21
-	public static function determineEvangelistLevel($noOfRepositories);
20
+     */
21
+    public static function determineEvangelistLevel($noOfRepositories);
22 22
 
23
-	/**
24
-	 * [checkForNullRepos description]
25
-	 * @param  array $jsonBody
26
-	 * @return boolean
27
-	 */
28
-	public static function checkForNullRepos($jsonBody);
23
+    /**
24
+     * [checkForNullRepos description]
25
+     * @param  array $jsonBody
26
+     * @return boolean
27
+     */
28
+    public static function checkForNullRepos($jsonBody);
29 29
 
30 30
 }
Please login to merge, or discard this patch.