Completed
Push — master ( c63432...347294 )
by Aske
02:41
created
Classes/Aspects/ThumbnailAspect.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 		$thumbnail = $joinPoint->getProxy();
65 65
 		$thumbnailResource = $thumbnail->getResource();
66 66
 		if (!$thumbnailResource) {
67
-                        return;
67
+						return;
68 68
 		}
69 69
 
70 70
 		$streamMetaData = stream_get_meta_data($thumbnailResource->getStream());
Please login to merge, or discard this patch.