Skip to content

Commit febae72

Browse files
committed
fixed for phpcs
1 parent 8e1d2e7 commit febae72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utility/BackupImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function filename(string $filename)
6262
public function import()
6363
{
6464
if (empty($this->filename)) {
65-
throw new LogicException( __d('database_backup', 'You must first set the filename'));
65+
throw new LogicException(__d('database_backup', 'You must first set the filename'));
6666
}
6767

6868
//This allows the filename to be set again with a next call of this method

0 commit comments

Comments
 (0)