Completed
Push — 2018.07 ( 98f507 )
by Aimeos
14:58
created
lib/custom/src/MW/View/Helper/Request/Typo3.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@  discard block
 block discarded – undo
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 = [],
44 45
 		array $query = [], array $post = [], array $cookies = [], array $server = [] )
@@ -77,7 +78,6 @@  discard block
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/custom/src/MAdmin/Cache/Proxy/Typo3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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 )
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Address/Typo3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 	 *
246 246
 	 * @param string $manager Name of the sub manager type in lower case
247 247
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
248
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
248
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
249 249
 	 */
250 250
 	public function getSubManager( $manager, $name = null )
251 251
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Type/Typo3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 	 *
246 246
 	 * @param string $manager Name of the sub manager type in lower case
247 247
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
248
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
248
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
249 249
 	 */
250 250
 	public function getSubManager( $manager, $name = null )
251 251
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Typo3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 	 *
246 246
 	 * @param string $manager Name of the sub manager type in lower case
247 247
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
248
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
248
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
249 249
 	 */
250 250
 	public function getSubManager( $manager, $name = null )
251 251
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Group/Typo3.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
@@ -287,7 +288,7 @@  discard block
 block discarded – undo
287 288
 	 * Creates a new customer item.
288 289
 	 *
289 290
 	 * @param array $values List of attributes for customer item
290
-	 * @return \Aimeos\MShop\Customer\Item\Iface New customer item
291
+	 * @return \Aimeos\MShop\Customer\Item\Group\Standard New customer item
291 292
 	 */
292 293
 	protected function createItemBase( array $values = [] )
293 294
 	{
Please login to merge, or discard this patch.
lib/custom/setup/FEUsersAddSiteIdTypo3.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 	/**
47 47
 	 * Add column siteid to fe_users table.
48 48
 	 *
49
-	 * @param array $stmts Associative array of tables names and lists of SQL statements to execute.
50 49
 	 */
51 50
 	public function migrate()
52 51
 	{
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Typo3.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
 	/**
248 248
 	 * Initializes a new customer manager object using the given context object.
249 249
 	 *
250
-	 * @param \Aimeos\MShop\Context\Iface $context Context object with required objects
250
+	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects
251 251
 	 */
252 252
 	public function __construct( \Aimeos\MShop\Context\Item\Iface $context )
253 253
 	{
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
 	 *
328 328
 	 * @param \Aimeos\MShop\Customer\Item\Iface $item Customer item object
329 329
 	 * @param boolean $fetch True if the new ID should be returned in the item
330
-	 * @return \Aimeos\MShop\Common\Item\Iface $item Updated item including the generated ID
330
+	 * @return \Aimeos\MShop\Common\Item\ListRef\Iface $item Updated item including the generated ID
331 331
 	 */
332 332
 	public function saveItem( \Aimeos\MShop\Common\Item\Iface $item, $fetch = true )
333 333
 	{
@@ -517,6 +517,7 @@  discard block
 block discarded – undo
517 517
 	 *
518 518
 	 * @param \Aimeos\MW\Criteria\Iface $search Search criteria object
519 519
 	 * @param integer &$total Number of items that are available in total
520
+	 * @param integer $total
520 521
 	 * @return array List of items implementing \Aimeos\MShop\Customer\Item\Iface
521 522
 	 * @throws \Aimeos\MShop\Customer\Exception If creating items failed
522 523
 	 */
@@ -561,7 +562,7 @@  discard block
 block discarded – undo
561 562
 	 *
562 563
 	 * @param string $manager Name of the sub manager type in lower case
563 564
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
564
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
565
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
565 566
 	 */
566 567
 	public function getSubManager( $manager, $name = null )
567 568
 	{
Please login to merge, or discard this patch.