]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/CleanupImages.php
Fixed formatting via phpcbf
[bookstack] / app / Console / Commands / CleanupImages.php
index e05508d5e31803626fe4aa148c674cd4676ebc8e..8e1539702bd23e29b67b63c9bbd4ca01a2c38287 100644 (file)
@@ -72,7 +72,9 @@ class CleanupImages extends Command
 
     protected function showDeletedImages($paths)
     {
-        if ($this->getOutput()->getVerbosity() <= OutputInterface::VERBOSITY_NORMAL) return;
+        if ($this->getOutput()->getVerbosity() <= OutputInterface::VERBOSITY_NORMAL) {
+            return;
+        }
         if (count($paths) > 0) {
             $this->line('Images to delete:');
         }