Completed
Push — master ( bc6c02...ce09df )
by Aimeos
01:36
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/TestHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
 	}
48 48
 
49 49
 
50
+	/**
51
+	 * @param string $site
52
+	 */
50 53
 	private static function createContext( $site )
51 54
 	{
52 55
 		$ctx = new \Aimeos\MShop\Context\Item\Standard();
Please login to merge, or discard this patch.