Skip to content

Commit 8e20b58

Browse files
committed
ECS
1 parent 9903245 commit 8e20b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/FileHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public static function clearDirectory(string $dir, array $options = [])
485485
} catch (UnexpectedValueException $e) {
486486
// Ignore if the folder has already been removed.
487487
if (strpos($e->getMessage(), 'No such file or directory') === false) {
488-
Craft::warning("Tried to remove ".$path.", but it doesn't exist.");
488+
Craft::warning("Tried to remove " . $path . ", but it doesn't exist.");
489489
throw $e;
490490
}
491491
}

0 commit comments

Comments
 (0)