@@ -100,8 +100,7 @@ discard block |
||
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 |
||
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 |
||
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 | } |