Completed
Push — master ( d8542f...87ef8b )
by Aimeos
01:47
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
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.
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 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 					$value->getClientOriginalName(),
118 118
 					$value->getClientMimeType()
119 119
 				);
120
-			}
121
-			elseif( is_array( $value ) )
120
+			} elseif( is_array( $value ) )
122 121
 			{
123 122
 				$list[$key] = $this->getFiles( $value );
124 123
 			}
Please login to merge, or discard this patch.