@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace BestServedCold\PhalueObjects\Format; |
| 4 | 4 | |
| 5 | -use BestServedCold\PhalueObjects\Contract\VOArrayable; |
|
| 6 | -use BestServedCold\PhalueObjects\VOString; |
|
| 5 | +use BestServedCold\PhalueObjects\Contract\VOArrayable; |
|
| 6 | +use BestServedCold\PhalueObjects\VOString; |
|
| 7 | 7 | use Sabre\Xml\Service; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -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); |