Completed
Push — master ( 9e9310...e9812b )
by Leo
02:16
created
code/ImageOrientationFixer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 		$imagick = new Imagick($imagePath);
29 29
 		$imagick->setImageOrientation(imagick::ORIENTATION_TOPLEFT);
30 30
 		$deg = 0;
31
-		switch($orientation) {
31
+		switch ($orientation) {
32 32
 			case 3:
33 33
 				$deg = -180;
34 34
 				break;
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 				return false;
62 62
 		}
63 63
 		
64
-		switch($orientation) {
64
+		switch ($orientation) {
65 65
 			case 3:
66 66
 				$image = imagerotate($image, 180, 0);
67 67
 				break;
Please login to merge, or discard this patch.