Completed
Push — master ( c8c736...c26c10 )
by Aimeos
02:17
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 2 patches
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -330,8 +330,7 @@  discard block
 block discarded – undo
330 330
 				 * @see mshop/customer/manager/laravel/count
331 331
 				 */
332 332
 				$path = 'mshop/customer/manager/laravel/insert';
333
-			}
334
-			else
333
+			} else
335 334
 			{
336 335
 				/** mshop/customer/manager/laravel/update
337 336
 				 * Updates an existing customer record in the database
@@ -437,8 +436,7 @@  discard block
 block discarded – undo
437 436
 			}
438 437
 
439 438
 			$dbm->release( $conn, $dbname );
440
-		}
441
-		catch( \Exception $e )
439
+		} catch( \Exception $e )
442 440
 		{
443 441
 			$dbm->release( $conn, $dbname );
444 442
 			throw $e;
@@ -474,8 +472,7 @@  discard block
 block discarded – undo
474 472
 			}
475 473
 
476 474
 			$dbm->release( $conn, $dbname );
477
-		}
478
-		catch( \Exception $e )
475
+		} catch( \Exception $e )
479 476
 		{
480 477
 			$dbm->release( $conn, $dbname  );
481 478
 			throw $e;
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
 	/**
225 225
 	 * Removes old entries from the storage.
226 226
 	 *
227
-	 * @param array $siteids List of IDs for sites whose entries should be deleted
227
+	 * @param integer[] $siteids List of IDs for sites whose entries should be deleted
228 228
 	 */
229 229
 	public function cleanup( array $siteids )
230 230
 	{
@@ -490,7 +490,7 @@  discard block
 block discarded – undo
490 490
 	 *
491 491
 	 * @param string $manager Name of the sub manager type in lower case
492 492
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
493
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
493
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
494 494
 	 */
495 495
 	public function getSubManager( $manager, $name = null )
496 496
 	{
Please login to merge, or discard this patch.
lib/custom/src/MW/Logger/Laravel5.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
53 53
 			}
54 54
 
55 55
 			$this->logger->log( $message, $this->translatePriority( $priority ) );
56
-		}
57
-		catch( \Exception $e )	{
56
+		} catch( \Exception $e )	{
58 57
 			throw new \Aimeos\MW\Logger\Exception( $e->getMessage(), $e->getCode(), $e );
59 58
 		}
60 59
 	}
Please login to merge, or discard this patch.
lib/custom/src/MW/View/Helper/Request/Laravel5.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,7 @@
 block discarded – undo
98 98
 					$value->getClientMimeType(),
99 99
 					$value->getError()
100 100
 				);
101
-			}
102
-			elseif( is_array( $value ) )
101
+			} elseif( is_array( $value ) )
103 102
 			{
104 103
 				$list[$key] = $this->createUploadedFiles( $value );
105 104
 			}
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 	/**
32 32
 	 * Initializes the request view helper.
33 33
 	 *
34
-	 * @param \\Aimeos\MW\View\Iface $view View instance with registered view helpers
34
+	 * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers
35 35
 	 * @param \Illuminate\Http\Request $request Laravel request object
36 36
 	 */
37 37
 	public function __construct( \Aimeos\MW\View\Iface $view, \Illuminate\Http\Request $request )
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Lists/Type/Laravel.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/MW/Filesystem/Laravel.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,6 @@
 block discarded – undo
264 264
 	 * {@inheritDoc}
265 265
 	 *
266 266
 	 * @param string $path Path to the remote file
267
-	 * @param string $file Path to the local file
268 267
 	 * @return void
269 268
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
270 269
 	 */
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/Address/Laravel.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/Laravel.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.