Passed
Push — main ( bb891e...7e6e75 )
by Siad
09:02
created
src/Phing/Task/System/Pdo/PDOSQLExecTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -553,7 +553,7 @@
 block discarded – undo
553 553
             $this->log('Failed to execute: ' . $sql, Project::MSG_ERR);
554 554
             $this->setErrorProp();
555 555
             if ('abort' !== $this->onError) {
556
-                $this->log((string)$e, Project::MSG_ERR);
556
+                $this->log((string) $e, Project::MSG_ERR);
557 557
             }
558 558
             if ('continue' !== $this->onError) {
559 559
                 throw new BuildException('Failed to execute SQL', $e);
Please login to merge, or discard this patch.