Completed
Pull Request — master (#11)
by dan
02:15
created
ImageProcessing/ImageManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,7 @@
 block discarded – undo
123 123
     {
124 124
         if (!empty($style)) {
125 125
             $path = $this->styleManager->getStylePath($image, $style);
126
-        }
127
-        else {
126
+        } else {
128 127
             $path = $image->getPath();
129 128
         }
130 129
         $this->fileSystem->delete($path);
Please login to merge, or discard this patch.