Passed
Pull Request — master (#560)
by ANTHONIUS
07:32
created
module/Core/src/Factory/Service/HtmlPurifierFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $options = $container->get('Core/Options');
32 32
         $cacheDir = $options->getCacheDir();
33 33
 
34
-        if(!is_dir($cacheDir)){
34
+        if (!is_dir($cacheDir)) {
35 35
             mkdir($cacheDir, 0775, true);
36 36
         }
37 37
 
Please login to merge, or discard this patch.