@@ -71,6 +71,9 @@ |
||
| 71 | 71 | $this->validate($address, $constraint); |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | + /** |
|
| 75 | + * @param string $propertyPath |
|
| 76 | + */ |
|
| 74 | 77 | private function createViolation($propertyPath) |
| 75 | 78 | { |
| 76 | 79 | return new ConstraintViolation('message', 'template', [], 'root', $propertyPath, 'invalidValue'); |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | /** |
| 36 | 36 | * @param Request $request |
| 37 | 37 | * |
| 38 | - * @return Response |
|
| 38 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 39 | 39 | */ |
| 40 | 40 | public function indexAction(Request $request) |
| 41 | 41 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * @return array |
|
| 61 | + * @return string[] |
|
| 62 | 62 | */ |
| 63 | 63 | public function getRecipients() |
| 64 | 64 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * @return array |
|
| 61 | + * @return string[] |
|
| 62 | 62 | */ |
| 63 | 63 | public function getRecipients() |
| 64 | 64 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * @return array |
|
| 61 | + * @return string[] |
|
| 62 | 62 | */ |
| 63 | 63 | public function getRecipients() |
| 64 | 64 | { |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * @param string $email |
| 86 | 86 | * @param string $password |
| 87 | 87 | * @param bool $enabled |
| 88 | - * @param array $roles |
|
| 88 | + * @param string[] $roles |
|
| 89 | 89 | * @param string $currencyCode |
| 90 | 90 | * |
| 91 | 91 | * @return UserInterface |
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @return array |
|
| 113 | + * @return \Generator |
|
| 114 | 114 | */ |
| 115 | 115 | private function getLocales() |
| 116 | 116 | { |
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @return array |
|
| 113 | + * @return \Generator |
|
| 114 | 114 | */ |
| 115 | 115 | private function getLocales() |
| 116 | 116 | { |
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @return array |
|
| 113 | + * @return \Generator |
|
| 114 | 114 | */ |
| 115 | 115 | private function getLocales() |
| 116 | 116 | { |