Completed
Push — master ( 2131d8...f75438 )
by Alessandro
08:33 queued 06:06
created
src/Paraunit/Parser/JSON/TestStartParser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,11 +83,11 @@
 block discarded – undo
83 83
             return;
84 84
         }
85 85
 
86
-        if (! property_exists($logItem, 'suite')) {
86
+        if ( ! property_exists($logItem, 'suite')) {
87 87
             return;
88 88
         }
89 89
 
90
-        if (! property_exists($logItem, 'test')) {
90
+        if ( ! property_exists($logItem, 'test')) {
91 91
             return;
92 92
         }
93 93
 
Please login to merge, or discard this patch.