Completed
Push — master ( 183798...7c4990 )
by Kenji
02:46
created
install.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@
 block discarded – undo
26 26
         chmod('cli', 0755);
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $src
31
+     * @param string $dst
32
+     */
29 33
     private static function copy($src, $dst)
30 34
     {
31 35
         $success = copy($src, $dst);
Please login to merge, or discard this patch.