Completed
Push — master ( ab5a7e...8890b1 )
by Adam
02:47
created
src/Internet/Html/Element.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -151,8 +151,8 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.