| @@ -39,6 +39,7 @@ discard block | ||
| 39 | 39 | * @param array $post List of uploaded files like in $_POST | 
| 40 | 40 | * @param array $cookies List of uploaded files like in $_COOKIES | 
| 41 | 41 | * @param array $server List of uploaded files like in $_SERVER | 
| 42 | + * @param integer $target | |
| 42 | 43 | */ | 
| 43 | 44 | public function __construct( \Aimeos\MW\View\Iface $view, $target = null, array $files = array(), | 
| 44 | 45 | array $query = array(), array $post = array(), array $cookies = array(), array $server = array() ) | 
| @@ -77,7 +78,6 @@ discard block | ||
| 77 | 78 | /** | 
| 78 | 79 | * Creates a PSR-7 compatible request | 
| 79 | 80 | * | 
| 80 | - * @param \TYPO3\Flow\Http\Request $nativeRequest Flow request object | |
| 81 | 81 | * @param array $files List of uploaded files like in $_FILES | 
| 82 | 82 | * @param array $query List of uploaded files like in $_GET | 
| 83 | 83 | * @param array $post List of uploaded files like in $_POST | 
| @@ -12,7 +12,6 @@ | ||
| 12 | 12 | |
| 13 | 13 | use Zend\Diactoros\ServerRequestFactory; | 
| 14 | 14 | use Zend\Diactoros\ServerRequest; | 
| 15 | -use Zend\Diactoros\Stream; | |
| 16 | 15 | |
| 17 | 16 | |
| 18 | 17 | /** | 
| @@ -29,7 +29,7 @@ | ||
| 29 | 29 | /** | 
| 30 | 30 | * Initializes the cache controller. | 
| 31 | 31 | * | 
| 32 | - * @param \\Aimeos\MShop\Context\Item\Iface $context MShop context object | |
| 32 | + * @param \Aimeos\MShop\Context\Item\Iface $context MShop context object | |
| 33 | 33 | * @param \TYPO3\Flow\Cache\Frontend\StringFrontend $cache Flow cache object | 
| 34 | 34 | */ | 
| 35 | 35 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context, \TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache ) | 
| @@ -73,7 +73,7 @@ discard block | ||
| 73 | 73 | /** | 
| 74 | 74 | * Initializes the customer group manager object | 
| 75 | 75 | * | 
| 76 | - * @param \Aimeos\MShop\Context\Iface $context Context object with required objects | |
| 76 | + * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects | |
| 77 | 77 | */ | 
| 78 | 78 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context ) | 
| 79 | 79 |  	{ | 
| @@ -156,6 +156,7 @@ discard block | ||
| 156 | 156 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object | 
| 157 | 157 | * @param array $ref List of domain items that should be fetched too | 
| 158 | 158 | * @param integer &$total Number of items that are available in total | 
| 159 | + * @param integer $total | |
| 159 | 160 | * @return array List of items implementing \Aimeos\MShop\Customer\Item\Group\Iface | 
| 160 | 161 | * @throws \Aimeos\MShop\Exception If retrieving items failed | 
| 161 | 162 | */ | 
| @@ -289,7 +290,7 @@ discard block | ||
| 289 | 290 | * @param array $values List of attributes for customer item | 
| 290 | 291 | * @param array $listItems List items associated to the customer item | 
| 291 | 292 | * @param array $refItems Items referenced by the customer item via the list items | 
| 292 | - * @return \Aimeos\MShop\Customer\Item\Iface New customer item | |
| 293 | + * @return \Aimeos\MShop\Customer\Item\Group\Standard New customer item | |
| 293 | 294 | */ | 
| 294 | 295 | protected function createItemBase( array $values = array(), array $listItems = array(), array $refItems = array() ) | 
| 295 | 296 |  	{ | 
| @@ -148,7 +148,7 @@ | ||
| 148 | 148 | * | 
| 149 | 149 | * @param string $manager Name of the sub manager type in lower case | 
| 150 | 150 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null | 
| 151 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. | |
| 151 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. | |
| 152 | 152 | */ | 
| 153 | 153 | public function getSubManager( $manager, $name = null ) | 
| 154 | 154 |  	{ | 
| @@ -231,7 +231,7 @@ discard block | ||
| 231 | 231 | /** | 
| 232 | 232 | * Initializes a new customer manager object using the given context object. | 
| 233 | 233 | * | 
| 234 | - * @param \Aimeos\MShop\Context\Iface $context Context object with required objects | |
| 234 | + * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects | |
| 235 | 235 | */ | 
| 236 | 236 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context ) | 
| 237 | 237 |  	{ | 
| @@ -492,6 +492,7 @@ discard block | ||
| 492 | 492 | * | 
| 493 | 493 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object | 
| 494 | 494 | * @param integer &$total Number of items that are available in total | 
| 495 | + * @param integer $total | |
| 495 | 496 | * @return array List of items implementing \Aimeos\MShop\Customer\Item\Iface | 
| 496 | 497 | * @throws \Aimeos\MShop\Customer\Exception If creating items failed | 
| 497 | 498 | */ | 
| @@ -531,7 +532,7 @@ discard block | ||
| 531 | 532 | * | 
| 532 | 533 | * @param string $manager Name of the sub manager type in lower case | 
| 533 | 534 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null | 
| 534 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. | |
| 535 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. | |
| 535 | 536 | */ | 
| 536 | 537 | public function getSubManager( $manager, $name = null ) | 
| 537 | 538 |  	{ | 
| @@ -148,7 +148,7 @@ | ||
| 148 | 148 | * | 
| 149 | 149 | * @param string $manager Name of the sub manager type in lower case | 
| 150 | 150 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null | 
| 151 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. | |
| 151 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. | |
| 152 | 152 | */ | 
| 153 | 153 | public function getSubManager( $manager, $name = null ) | 
| 154 | 154 |  	{ | 
| @@ -148,7 +148,7 @@ | ||
| 148 | 148 | * | 
| 149 | 149 | * @param string $manager Name of the sub manager type in lower case | 
| 150 | 150 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null | 
| 151 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. | |
| 151 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. | |
| 152 | 152 | */ | 
| 153 | 153 | public function getSubManager( $manager, $name = null ) | 
| 154 | 154 |  	{ |