@@ -15,7 +15,7 @@ |
||
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * Tags constructor. |
| 18 | - * @param array $tags |
|
| 18 | + * @param string[] $tags |
|
| 19 | 19 | */ |
| 20 | 20 | public function __construct($tags = []) |
| 21 | 21 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | private $relations; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @param string|string[] $relations |
|
| 15 | + * @param string[] $relations |
|
| 16 | 16 | */ |
| 17 | 17 | public function __construct($relations) |
| 18 | 18 | { |