@@ -20,7 +20,7 @@ |
||
20 | 20 | } |
21 | 21 | |
22 | 22 | /** |
23 | - * @return mixed |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function getDirectory() |
26 | 26 | { |
@@ -83,7 +83,7 @@ |
||
83 | 83 | } |
84 | 84 | |
85 | 85 | /** |
86 | - * @param $path |
|
86 | + * @param string $path |
|
87 | 87 | * |
88 | 88 | * @return LocalFile |
89 | 89 | */ |
@@ -83,7 +83,7 @@ |
||
83 | 83 | } |
84 | 84 | |
85 | 85 | /** |
86 | - * @param $path |
|
86 | + * @param string $path |
|
87 | 87 | * |
88 | 88 | * @return LocalFile |
89 | 89 | */ |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Delete the folder and all files/folders within it |
43 | 43 | * |
44 | - * @param $path |
|
44 | + * @param string $path |
|
45 | 45 | * |
46 | 46 | * @return bool |
47 | 47 | */ |