@@ -1,21 +1,21 @@ |
||
| 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 | } |