@@ -113,8 +113,4 @@ |
||
113 | 113 | */ |
114 | 114 | public function checkNullUsernameException() |
115 | 115 | { |
116 | - if ($this->checkEmptyGithubUsername($this->username)) { |
|
117 | - throw EvangelistStatusException::createEvangelistStatusException("Username is Empty, please provide a GitHub valid username"); |
|
118 | - } |
|
119 | - } |
|
120 | -} |
|
116 | + if ($this->checkEmptyGithubUsername($this->username |
|
121 | 117 | \ No newline at end of file |