Completed
Push — master ( 859cd6...9818d0 )
by Aimeos
05:11
created
lib/custom/src/MShop/Customer/Manager/Address/Ezpublish.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 	 *
249 249
 	 * @param string $manager Name of the sub manager type in lower case
250 250
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
251
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
251
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
252 252
 	 */
253 253
 	public function getSubManager( $manager, $name = null )
254 254
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Ezpublish.php 1 patch
Doc Comments   +3 added lines, -3 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
 	{
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
 	/**
252 252
 	 * Removes multiple items specified by ids in the array.
253 253
 	 *
254
-	 * @param array $ids List of IDs
254
+	 * @param integer[] $ids List of IDs
255 255
 	 */
256 256
 	public function deleteItems( array $ids )
257 257
 	{
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
 	 *
283 283
 	 * @param string $manager Name of the sub manager type in lower case
284 284
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
285
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
285
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
286 286
 	 */
287 287
 	public function getSubManager( $manager, $name = null )
288 288
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Ezpublish.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 	 *
249 249
 	 * @param string $manager Name of the sub manager type in lower case
250 250
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
251
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
251
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
252 252
 	 */
253 253
 	public function getSubManager( $manager, $name = null )
254 254
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Type/Ezpublish.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 	 *
249 249
 	 * @param string $manager Name of the sub manager type in lower case
250 250
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
251
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
251
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
252 252
 	 */
253 253
 	public function getSubManager( $manager, $name = null )
254 254
 	{
Please login to merge, or discard this patch.