@@ -224,7 +224,7 @@ |
||
224 | 224 | $value, |
225 | 225 | array_merge($this->globalAttributes, array_keys($this->allowedAttributes)) |
226 | 226 | )) { |
227 | - throw new \InvalidArgumentException('[' . $value . '] is not a valid HTML Attribute'); |
|
227 | + throw new \InvalidArgumentException('['.$value.'] is not a valid HTML Attribute'); |
|
228 | 228 | } |
229 | 229 | |
230 | 230 | parent::__construct($value); |