@@ -151,8 +151,8 @@ |
||
151 | 151 | */ |
152 | 152 | public function __construct($value) |
153 | 153 | { |
154 | - if (! in_array($value, $this->elements)) { |
|
155 | - throw new \InvalidArgumentException('[' . $value . '] is not a valid HTML element'); |
|
154 | + if (!in_array($value, $this->elements)) { |
|
155 | + throw new \InvalidArgumentException('['.$value.'] is not a valid HTML element'); |
|
156 | 156 | } |
157 | 157 | |
158 | 158 | parent::__construct($value); |