Completed
Push — master ( c64181...1843e0 )
by Adam
13:40
created
src/Format/Xml.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Internet/Html/Element/Attribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.