@@ -133,7 +133,7 @@ |
||
133 | 133 | /** |
134 | 134 | * Get the active item data or a specific param value |
135 | 135 | * |
136 | - * @return array|mixed|false : the data array, the param value, or false if the active item was not loaded |
|
136 | + * @return string : the data array, the param value, or false if the active item was not loaded |
|
137 | 137 | */ |
138 | 138 | |
139 | 139 | public function get(string $param = null) { |
@@ -60,7 +60,7 @@ |
||
60 | 60 | /** |
61 | 61 | * Save an uploaded file |
62 | 62 | * |
63 | - * @return true|string|false : true on success, an error code on failure, or false if there are no uploaded files |
|
63 | + * @return string|boolean : true on success, an error code on failure, or false if there are no uploaded files |
|
64 | 64 | */ |
65 | 65 | |
66 | 66 | public static function save(string $name, string $dir_name) { |