Completed
Push — master ( a86af1...40ca22 )
by Freek
02:57
created
src/Spatie/Glide/GlideImage.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,9 +102,9 @@
 block discarded – undo
102 102
 
103 103
         file_put_contents($outputFile, $outputImageData);
104 104
         
105
-       /**
106
-        * Triggering the garbage collection solves a memory leak in an underlying package.
107
-        */
105
+        /**
106
+         * Triggering the garbage collection solves a memory leak in an underlying package.
107
+         */
108 108
         gc_collect_cycles();
109 109
 
110 110
         return $this->getURL();
Please login to merge, or discard this patch.