Completed
Pull Request — master (#257)
by
unknown
46s
created
src/HTML5/Serializer/OutputRules.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -393,7 +393,7 @@
 block discarded – undo
393 393
     {
394 394
         if (!$attr instanceof \DOMAttr && !$attr instanceof Attr) {
395 395
             throw new \InvalidArgumentException(
396
-                __METHOD__ . '() argument 1 should be \DOMAttr or \Dom\Attr'
396
+                __METHOD__.'() argument 1 should be \DOMAttr or \Dom\Attr'
397 397
             );
398 398
         }
399 399
 
Please login to merge, or discard this patch.