Completed
Push — master ( 4ff062...34759b )
by Aimeos
01:02
created
lib/custom/src/MAdmin/Cache/Manager/Redis.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
 	 * Creates a new empty item instance
68 68
 	 *
69 69
 	 * @param array $values Values the item should be initialized with
70
-	 * @return \Aimeos\MShop\Attribute\Item\Iface New attribute item object
70
+	 * @return \Aimeos\MAdmin\Cache\Item\Iface New attribute item object
71 71
 	 */
72 72
 	public function createItem( array $values = [] )
73 73
 	{
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 	 *
176 176
 	 * @param string $manager Name of the sub manager type in lower case
177 177
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
178
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
178
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
179 179
 	 */
180 180
 	public function getSubManager( $manager, $name = null )
181 181
 	{
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.