@@ -95,7 +95,7 @@ |
||
| 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 | } |