Completed
Push — master ( 9a5b65...bc6c02 )
by Aimeos
05:06
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.