We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -21,6 +21,9 @@ |
||
21 | 21 | $this->emailValidator = $emailValidator; |
22 | 22 | } |
23 | 23 | |
24 | + /** |
|
25 | + * @return string |
|
26 | + */ |
|
24 | 27 | public function getEmailValidator() |
25 | 28 | { |
26 | 29 | if (!$this->emailValidator instanceof EmailValidator |