Completed
Pull Request — master (#1219)
by
unknown
01:38
created
Imagine/Filter/PostProcessor/AbstractPostProcessor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
         return $temporary;
98 98
     }
99 99
 
100
+    /**
101
+     * @param string $prefix
102
+     */
100 103
     protected function acquireTemporaryFilePath(array $options, $prefix = null): string
101 104
     {
102 105
         $root = $options['temp_dir'] ?? $this->temporaryRootPath ?: sys_get_temp_dir();
Please login to merge, or discard this patch.