Completed
Push — master ( 981b5b...76033c )
by Aimeos
18:11 queued 09:13
created
lib/custom/src/MW/View/Helper/Request/Symfony2.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 	 * Initializes the URL view helper.
32 32
 	 *
33 33
 	 * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers
34
-	 * @param \Symfony\Component\HttpFoundation\Request $request Symfony2 request object
35 34
 	 */
36 35
 	public function __construct( $view, \Symfony\Component\HttpFoundation\Request $req )
37 36
 	{
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,7 @@
 block discarded – undo
60 60
 					$value->getClientMimeType(),
61 61
 					$value->getError()
62 62
 				);
63
-			}
64
-			else
63
+			} else
65 64
 			{
66 65
 				$files[$key] = $this->createUploadedFiles($value);
67 66
 			}
Please login to merge, or discard this patch.
lib/custom/src/MShop/Customer/Manager/FosUser.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -332,8 +332,7 @@  discard block
 block discarded – undo
332 332
 				 * @see mshop/customer/manager/fosuser/count
333 333
 				 */
334 334
 				$path = 'mshop/customer/manager/fosuser/insert';
335
-			}
336
-			else
335
+			} else
337 336
 			{
338 337
 				/** mshop/customer/manager/fosuser/update
339 338
 				 * Updates an existing customer record in the database
@@ -441,8 +440,7 @@  discard block
 block discarded – undo
441 440
 			}
442 441
 
443 442
 			$dbm->release( $conn, $dbname );
444
-		}
445
-		catch( \Exception $e )
443
+		} catch( \Exception $e )
446 444
 		{
447 445
 			$dbm->release( $conn, $dbname );
448 446
 			throw $e;
@@ -478,8 +476,7 @@  discard block
 block discarded – undo
478 476
 			}
479 477
 
480 478
 			$dbm->release( $conn, $dbname );
481
-		}
482
-		catch( \Exception $e )
479
+		} catch( \Exception $e )
483 480
 		{
484 481
 			$dbm->release( $conn, $dbname  );
485 482
 			throw $e;
Please login to merge, or discard this patch.