Passed
Push — master ( 7d5600...3f0926 )
by Rob
01:54
created
src/Model/Image.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -119,13 +119,13 @@
 block discarded – undo
119 119
 
120 120
         // Prep this model
121 121
         $this->setPath($path)
122
-             ->setSplFileInfo(new SplFileInfo($path))
123
-             ->setOriginalWidth($width)
124
-             ->setOriginalHeight($height)
125
-             ->setTargetWidth($targetWidth)
126
-             ->setTargetHeight($targetHeight)
127
-             ->calculateCropPositions($cropMode, $x, $y)
128
-             ->setTargetPath($this->generateFileName());
122
+                ->setSplFileInfo(new SplFileInfo($path))
123
+                ->setOriginalWidth($width)
124
+                ->setOriginalHeight($height)
125
+                ->setTargetWidth($targetWidth)
126
+                ->setTargetHeight($targetHeight)
127
+                ->calculateCropPositions($cropMode, $x, $y)
128
+                ->setTargetPath($this->generateFileName());
129 129
     }
130 130
 
131 131
     /**
Please login to merge, or discard this patch.