Passed
Push — master ( 989aee...57d5a8 )
by Aimeos
09:00
created
src/Aimeos/Shop/Base/View.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@  discard block
 block discarded – undo
100 100
 			|| ( ( $user = \Illuminate\Support\Facades\Auth::user() ) !== null && $user->superuser )
101 101
 		) {
102 102
 			$helper = new \Aimeos\MW\View\Helper\Access\All( $view );
103
-		}
104
-		else
103
+		} else
105 104
 		{
106 105
 			$support = $this->support;
107 106
 
@@ -165,8 +164,7 @@  discard block
 block discarded – undo
165 164
 		{
166 165
 			$pattern = $config->get( 'client/html/common/format/pattern' );
167 166
 			$helper = new \Aimeos\MW\View\Helper\Number\Locale( $view, $locale, $pattern );
168
-		}
169
-		else
167
+		} else
170 168
 		{
171 169
 			$sep1000 = $config->get( 'client/html/common/format/separator1000', '' );
172 170
 			$decsep = $config->get( 'client/html/common/format/separatorDecimal', '.' );
@@ -252,8 +250,7 @@  discard block
 block discarded – undo
252 250
 		{
253 251
 			$i18n = $this->i18n->get( array( $locale ) );
254 252
 			$translation = $i18n[$locale];
255
-		}
256
-		else
253
+		} else
257 254
 		{
258 255
 			$translation = new \Aimeos\MW\Translation\None( 'en' );
259 256
 		}
Please login to merge, or discard this patch.