Completed
Push — master ( 688c72...e02208 )
by Aimeos
01:25
created
lib/custom/src/MW/Filesystem/FlyBase.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
lib/custom/tests/MW/Filesystem/FlyWebdavTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.