Skip to content

Commit 330ee3d

Browse files
committed
Apply csfix
1 parent 02041a5 commit 330ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EditorJS/BlockHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private function getDefaultPurifier()
258258
$sanitizer->set('AutoFormat.RemoveEmpty', true);
259259
$sanitizer->set('HTML.DefinitionID', 'html5-definitions');
260260

261-
$cacheDirectory = sys_get_temp_dir(). DIRECTORY_SEPARATOR.'purifier';
261+
$cacheDirectory = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'purifier';
262262
if (!is_dir($cacheDirectory)) {
263263
mkdir($cacheDirectory, 0777, true);
264264
}

0 commit comments

Comments
 (0)