Completed
Pull Request — master (#9)
by
unknown
04:04
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.