@@ -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 | */ |
@@ -25,8 +25,7 @@ |
||
| 25 | 25 | $this->assertInstanceof( '\Aimeos\MW\Filesystem\Iface', $object ); |
| 26 | 26 | |
| 27 | 27 | $object->has( 'test' ); |
| 28 | - } |
|
| 29 | - catch( \Exception $e ) |
|
| 28 | + } catch( \Exception $e ) |
|
| 30 | 29 | { |
| 31 | 30 | $this->markTestSkipped( $e->getMessage() ); |
| 32 | 31 | } |