@@ -60,7 +60,7 @@ |
||
60 | 60 | */ |
61 | 61 | public function __construct(string $label, array $subtags = null) |
62 | 62 | { |
63 | - $this->label = $label; |
|
63 | + $this->label = $label; |
|
64 | 64 | $this->subtags = $subtags ?? self::SUBTAGS; |
65 | 65 | } |
66 | 66 |