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 ( 5e660a...8fd7b0 )
by Temitope
02:25
created
src/Interface/EvangelistStatusRankingInterface.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Laztopaz\OpenSourceEvangelistStatus;
3 3
 /**
4
- *
5
- * EvangelistStatusRankingInterface  class
6
- * 
7
- * @package  Laztopaz\OpenSourceEvangelistStatus
8
- * @author   Temitope Olotin <[email protected]>
9
- * @license  <https://opensource.org/license/MIT> MIT
10
- */
4
+     *
5
+     * EvangelistStatusRankingInterface  class
6
+     * 
7
+     * @package  Laztopaz\OpenSourceEvangelistStatus
8
+     * @author   Temitope Olotin <[email protected]>
9
+     * @license  <https://opensource.org/license/MIT> MIT
10
+     */
11 11
 
12 12
 interface EvangelistStatusRankingInterface
13 13
 {
14 14
     /**
15
-	 *
16
-	 * This method returns the evangelist level 
17
-	 */
15
+     *
16
+     * This method returns the evangelist level 
17
+     */
18 18
 	
19
-	public function determineEvangelistLevel($noOfRepositories);
19
+    public function determineEvangelistLevel($noOfRepositories);
20 20
 
21 21
 }
Please login to merge, or discard this patch.