@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | * Determine if the given email address already exists. |
76 | 76 | * |
77 | 77 | * @param string $email |
78 | - * @return bool |
|
78 | + * @return boolean|null |
|
79 | 79 | * |
80 | 80 | * @throws \Dyrynda\Artisan\Exceptions\MakeUserException |
81 | 81 | */ |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * Normalise the given (database) field input value. |
113 | 113 | * |
114 | 114 | * @param mixed $value |
115 | - * @return mixed |
|
115 | + * @return boolean|string |
|
116 | 116 | */ |
117 | 117 | private function normaliseValue($value) |
118 | 118 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | { |
9 | 9 | /** |
10 | 10 | * The supplied email is invalid. |
11 | - |
|
12 | 11 | * @param string $email |
13 | 12 | * @return \Dyrynda\Artisan\Exceptions\MakeUserException |
14 | 13 | */ |