Passed
Push — PAC-294-integration-strict-mod... ( e93810 )
by
unknown
03:18
created
src/Observers/LastEntityIdObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
                 $subject->getSystemLogger()->warning($subject->appendExceptionSuffix($message));
96 96
                 // skip processing the actual row
97 97
                 $subject->skipRow();
98
-            } elseif($subject->isStrictMode()) {
98
+            } elseif ($subject->isStrictMode()) {
99 99
                 throw new \Exception($message);
100 100
             }
101 101
         }
Please login to merge, or discard this patch.