Completed
Push — master ( 14fb88...d9b4a5 )
by Aimeos
04:22
created
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
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
 	 *
250 250
 	 * @param string $manager Name of the sub manager type in lower case
251 251
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
252
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
252
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
253 253
 	 */
254 254
 	public function getSubManager( $manager, $name = null )
255 255
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Item/FosUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 	/**
99 99
 	 * Sets the associated user roles
100 100
 	 *
101
-	 * @param array $roles List of Symfony roles
101
+	 * @param string[] $roles List of Symfony roles
102 102
 	 */
103 103
 	public function setRoles( array $roles )
104 104
 	{
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
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
 	 *
250 250
 	 * @param string $manager Name of the sub manager type in lower case
251 251
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
252
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
252
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
253 253
 	 */
254 254
 	public function getSubManager( $manager, $name = null )
255 255
 	{
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
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
 	 *
250 250
 	 * @param string $manager Name of the sub manager type in lower case
251 251
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
252
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
252
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
253 253
 	 */
254 254
 	public function getSubManager( $manager, $name = null )
255 255
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
 	/**
242 242
 	 * Removes old entries from the storage.
243 243
 	 *
244
-	 * @param array $siteids List of IDs for sites whose entries should be deleted
244
+	 * @param integer[] $siteids List of IDs for sites whose entries should be deleted
245 245
 	 */
246 246
 	public function cleanup( array $siteids )
247 247
 	{
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
 	 *
295 295
 	 * @param \Aimeos\MShop\Customer\Item\Iface $item Customer item object
296 296
 	 * @param boolean $fetch True if the new ID should be returned in the item
297
-	 * @return \Aimeos\MShop\Common\Item\Iface $item Updated item including the generated ID
297
+	 * @return \Aimeos\MShop\Common\Item\ListRef\Iface $item Updated item including the generated ID
298 298
 	 */
299 299
 	public function saveItem( \Aimeos\MShop\Common\Item\Iface $item, $fetch = true )
300 300
 	{
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
 	 *
526 526
 	 * @param string $manager Name of the sub manager type in lower case
527 527
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
528
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
528
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
529 529
 	 */
530 530
 	public function getSubManager( $manager, $name = null )
531 531
 	{
Please login to merge, or discard this patch.