@@ -16,7 +16,7 @@ |
||
| 16 | 16 | protected $user; |
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | - * @param StringLiteral $userId |
|
| 19 | + * @param StringLiteral $user |
|
| 20 | 20 | */ |
| 21 | 21 | public function __construct(\CultureFeed_User $user) |
| 22 | 22 | { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | protected $emailAddress; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @param StringLiteral $userId |
|
| 16 | 15 | */ |
| 17 | 16 | public function __construct(EmailAddress $emailAddress) |
| 18 | 17 | { |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | 66 | * @param StringLiteral $createdByIdentifier |
| 67 | - * @return String |
|
| 67 | + * @return StringLiteral|null |
|
| 68 | 68 | */ |
| 69 | 69 | private function resolveByEmailOrByNick(StringLiteral $createdByIdentifier) |
| 70 | 70 | { |