@@ -15,12 +15,12 @@ |
||
15 | 15 | class ArgumentCheckException extends Exception |
16 | 16 | { |
17 | 17 | /** |
18 | - * This method return an instance of an exception |
|
19 | - * @param $exception |
|
20 | - * @return message |
|
21 | - */ |
|
22 | - public static function NullOfOverflowArgumentException($exception) |
|
23 | - { |
|
24 | - return new static($exception); |
|
25 | - } |
|
18 | + * This method return an instance of an exception |
|
19 | + * @param $exception |
|
20 | + * @return message |
|
21 | + */ |
|
22 | + public static function NullOfOverflowArgumentException($exception) |
|
23 | + { |
|
24 | + return new static($exception); |
|
25 | + } |
|
26 | 26 | } |
27 | 27 | \ No newline at end of file |
@@ -15,12 +15,12 @@ |
||
15 | 15 | class EvangelistStatusException extends Exception |
16 | 16 | { |
17 | 17 | /** |
18 | - * This method return an instance of an exception |
|
19 | - * @param message |
|
20 | - * @return message |
|
21 | - */ |
|
22 | - public static function createEvangelistStatusException($message) |
|
23 | - { |
|
24 | - return new static($message); |
|
25 | - } |
|
18 | + * This method return an instance of an exception |
|
19 | + * @param message |
|
20 | + * @return message |
|
21 | + */ |
|
22 | + public static function createEvangelistStatusException($message) |
|
23 | + { |
|
24 | + return new static($message); |
|
25 | + } |
|
26 | 26 | } |
27 | 27 | \ No newline at end of file |
@@ -15,12 +15,12 @@ |
||
15 | 15 | class NullNoOfReposException extends Exception |
16 | 16 | { |
17 | 17 | /** |
18 | - * This method return an instance of an exception |
|
19 | - * @param $exception |
|
20 | - * @return message |
|
21 | - */ |
|
22 | - public static function createNullReposException($exception) |
|
23 | - { |
|
24 | - return new static($exception); |
|
25 | - } |
|
18 | + * This method return an instance of an exception |
|
19 | + * @param $exception |
|
20 | + * @return message |
|
21 | + */ |
|
22 | + public static function createNullReposException($exception) |
|
23 | + { |
|
24 | + return new static($exception); |
|
25 | + } |
|
26 | 26 | } |
27 | 27 | \ No newline at end of file |
@@ -14,11 +14,11 @@ |
||
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 | - */ |
|
20 | + */ |
|
21 | 21 | |
22 | - public function determineEvangelistLevel($noOfRepositories); |
|
22 | + public function determineEvangelistLevel($noOfRepositories); |
|
23 | 23 | |
24 | 24 | } |