Completed
Push — master ( fd88a6...8479c6 )
by Naveen
15:14 queued 06:42
created
vendor/sebastian/comparator/tests/MockObjectComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.
vendor/sebastian/comparator/tests/NumericComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.
vendor/sebastian/comparator/tests/ObjectComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.
vendor/sebastian/comparator/tests/ResourceComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.
vendor/sebastian/comparator/tests/ScalarComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.
vendor/sebastian/comparator/tests/SplObjectStorageComparatorTest.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,7 @@
 block discarded – undo
84 84
 
85 85
         try {
86 86
             $this->comparator->assertEquals($expected, $actual);
87
-        }
88
-
89
-        catch (ComparisonFailure $exception) {
87
+        } catch (ComparisonFailure $exception) {
90 88
         }
91 89
 
92 90
         $this->assertNull($exception, 'Unexpected ComparisonFailure');
Please login to merge, or discard this patch.