Test Failed
Push — master ( 4527f5...6e7815 )
by Ylva
21:41 queued 04:42
created
a/vendor/sebastian/comparator/tests/MockObjectComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/ExceptionComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/NumericComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/ScalarComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/DOMNodeComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.