@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | * Returns the Unix time stamp for the file |
143 | 143 | * |
144 | 144 | * @param string $path Path to the file |
145 | - * @return integer Unix time stamp in seconds |
|
145 | + * @return string Unix time stamp in seconds |
|
146 | 146 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
147 | 147 | */ |
148 | 148 | public function time( $path ) |
@@ -300,7 +300,6 @@ discard block |
||
300 | 300 | * {@inheritDoc} |
301 | 301 | * |
302 | 302 | * @param string $path Path to the remote file |
303 | - * @param string $file Path to the local file |
|
304 | 303 | * @return void |
305 | 304 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
306 | 305 | */ |