Passed
Push — master ( 6cd97e...892c73 )
by Aimeos
05:44
created
lib/mshoplib/src/MShop/Common/Manager/Base.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -400,8 +400,7 @@  discard block
 block discarded – undo
400 400
 			$e = new \Exception();
401 401
 			$msg['trace'] = $e->getTraceAsString();
402 402
 			$level = \Aimeos\MW\Logger\Base::NOTICE;
403
-		}
404
-		else
403
+		} else
405 404
 		{
406 405
 			$level = \Aimeos\MW\Logger\Base::DEBUG;
407 406
 		}
@@ -558,8 +557,7 @@  discard block
 block discarded – undo
558 557
 
559 558
 		if( isset( $attributes[$name] ) && $attributes[$name] instanceof $iface ) {
560 559
 			return $attributes[$name]->getInternalDeps();
561
-		}
562
-		else if( isset( $attributes['id'] ) && $attributes['id'] instanceof $iface ) {
560
+		} else if( isset( $attributes['id'] ) && $attributes['id'] instanceof $iface ) {
563 561
 			return $attributes['id']->getInternalDeps();
564 562
 		}
565 563
 
Please login to merge, or discard this patch.