Passed
Push — main ( 60225c...3222f2 )
by Thierry
02:16
created
src/Builder/Html/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @inheritDoc
79 79
      */
80
-    public function child(Block|ElementInterface $element): static
80
+    public function child(Block | ElementInterface $element): static
81 81
     {
82 82
         $this->children[] = $element;
83 83
         return $this;
Please login to merge, or discard this patch.
src/Element/ElementInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      *
69 69
      * @return static
70 70
      */
71
-    public function child(Block|ElementInterface $element): static;
71
+    public function child(Block | ElementInterface $element): static;
72 72
 
73 73
     /**
74 74
      * @param bool $condition
Please login to merge, or discard this patch.