Completed
Push — master ( dc6ae9...666f34 )
by Andrii
12:22
created
src/helpers/FileHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * Creates a symlink.
72 72
      * @param string $src existing source path
73 73
      * @param string $dst destionation path to be created
74
-     * @return true on success or false on failure
74
+     * @return boolean on success or false on failure
75 75
      */
76 76
     public static function symlink($src, $dst)
77 77
     {
Please login to merge, or discard this patch.