| @@ -330,8 +330,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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; | 
| @@ -53,8 +53,7 @@ | ||
| 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 | } | 
| @@ -52,7 +52,7 @@ discard block | ||
| 52 | 52 | * @param string $path Path to the directory | 
| 53 | 53 | * @return void | 
| 54 | 54 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs | 
| 55 | - */ | |
| 55 | + */ | |
| 56 | 56 | public function mkdir( $path ) | 
| 57 | 57 |  	{ | 
| 58 | 58 |  		try { | 
| @@ -69,7 +69,7 @@ discard block | ||
| 69 | 69 | * @param string $path Path to the directory | 
| 70 | 70 | * @return void | 
| 71 | 71 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs | 
| 72 | - */ | |
| 72 | + */ | |
| 73 | 73 | public function rmdir( $path ) | 
| 74 | 74 |  	{ | 
| 75 | 75 |  		try { | 
| @@ -117,8 +117,7 @@ | ||
| 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 | } |