@@ -102,9 +102,9 @@ |
||
| 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(); |