Merge branch 'master' of github.com:m6w6/pharext
[pharext/pharext] / src / pharext / Installer.php
index 6aae795cd19373d45285837393eaa80eb1617606..c30e11a5137d5c7a57f80013e3b6424d2d3f9000 100644 (file)
@@ -120,6 +120,11 @@ class Installer implements Command
                }
        }
 
+       /**
+        * Create a new temp directory
+        * @param string $prefix
+        * @return string
+        */
        private function newtemp($prefix) {
                $temp = $this->tempname($prefix);
                if (!is_dir($temp)) {