@@ -71,7 +71,7 @@ |
||
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 | { |