Completed
Push — master ( 68836a...ecc3bb )
by Aimeos
09:51
created
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.
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -348,8 +348,7 @@  discard block
 block discarded – undo
348 348
 				 * @see mshop/customer/manager/laravel/count
349 349
 				 */
350 350
 				$path = 'mshop/customer/manager/laravel/insert';
351
-			}
352
-			else
351
+			} else
353 352
 			{
354 353
 				/** mshop/customer/manager/laravel/update
355 354
 				 * Updates an existing customer record in the database
@@ -460,8 +459,7 @@  discard block
 block discarded – undo
460 459
 			$this->addGroups( $item );
461 460
 
462 461
 			$dbm->release( $conn, $dbname );
463
-		}
464
-		catch( \Exception $e )
462
+		} catch( \Exception $e )
465 463
 		{
466 464
 			$dbm->release( $conn, $dbname );
467 465
 			throw $e;
@@ -499,8 +497,7 @@  discard block
 block discarded – undo
499 497
 			}
500 498
 
501 499
 			$dbm->release( $conn, $dbname );
502
-		}
503
-		catch( \Exception $e )
500
+		} catch( \Exception $e )
504 501
 		{
505 502
 			$dbm->release( $conn, $dbname  );
506 503
 			throw $e;
Please login to merge, or discard this patch.