@@ -14,17 +14,17 @@ |
||
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 | } |