Test Failed
Push — master ( eaa667...0d9623 )
by Evgenii
38:52
created
src/logic/BackupCreate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
                 $targetPath = Yii::getAlias($this->currentConfig['path']);
100 100
                 Yii::createObject(FolderBackupMaker::class, [$this->model->getFullPath(), $targetPath, $this->currentConfig['io']])->execute();
101 101
             }
102
-        } catch (MysqlDumpException|PostgresDumpException|FolderDumpException $exception) {
102
+        } catch (MysqlDumpException | PostgresDumpException | FolderDumpException $exception) {
103 103
             $this->setBackupFailed();
104 104
             throw new $exception;
105 105
         }
Please login to merge, or discard this patch.