Passed
Push — attributes ( 57ed6a...578d64 )
by Peter
08:20
created
tests/Html/TagTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 
80 80
     public function testUnsetAttributeValueWorksIfAttributeIsNotSet(): void
81 81
     {
82
-        $key   = 'foo';
82
+        $key = 'foo';
83 83
 
84 84
         $sut = $this->createNode();
85 85
 
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     public function testUnsetAttributeValueWorksIfAttributeIsSetButValueIsNot(): void
112 112
     {
113
-        $key   = 'foo';
113
+        $key = 'foo';
114 114
         $value1 = 'bar';
115 115
         $value2 = 'baz';
116 116
 
Please login to merge, or discard this patch.