Completed
Push — master ( a828fe...81e4c3 )
by Aimeos
07:55
created
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
 	/**
227 227
 	 * Removes old entries from the storage.
228 228
 	 *
229
-	 * @param array $siteids List of IDs for sites whose entries should be deleted
229
+	 * @param integer[] $siteids List of IDs for sites whose entries should be deleted
230 230
 	 */
231 231
 	public function cleanup( array $siteids )
232 232
 	{
@@ -494,7 +494,7 @@  discard block
 block discarded – undo
494 494
 	 *
495 495
 	 * @param string $manager Name of the sub manager type in lower case
496 496
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
497
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
497
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
498 498
 	 */
499 499
 	public function getSubManager( $manager, $name = null )
500 500
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Type/FosUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 	 *
127 127
 	 * @param string $manager Name of the sub manager type in lower case
128 128
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
129
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
129
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
130 130
 	 */
131 131
 	public function getSubManager( $manager, $name = null )
132 132
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Address/FosUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 	 *
127 127
 	 * @param string $manager Name of the sub manager type in lower case
128 128
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
129
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
129
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
130 130
 	 */
131 131
 	public function getSubManager( $manager, $name = null )
132 132
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/FosUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 	 *
127 127
 	 * @param string $manager Name of the sub manager type in lower case
128 128
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
129
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
129
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
130 130
 	 */
131 131
 	public function getSubManager( $manager, $name = null )
132 132
 	{
Please login to merge, or discard this patch.