@@ -100,8 +100,7 @@ discard block |
||
100 | 100 | || ( ( $user = \Illuminate\Support\Facades\Auth::user() ) !== null && $user->superuser ) |
101 | 101 | ) { |
102 | 102 | $helper = new \Aimeos\Base\View\Helper\Access\All( $view ); |
103 | - } |
|
104 | - else |
|
103 | + } else |
|
105 | 104 | { |
106 | 105 | $support = $this->support; |
107 | 106 | |
@@ -166,8 +165,7 @@ discard block |
||
166 | 165 | { |
167 | 166 | $pattern = $config->get( 'client/html/common/format/pattern' ); |
168 | 167 | $helper = new \Aimeos\Base\View\Helper\Number\Locale( $view, $locale, $pattern ); |
169 | - } |
|
170 | - else |
|
168 | + } else |
|
171 | 169 | { |
172 | 170 | $sep1000 = $config->get( 'client/html/common/format/separator1000', '' ); |
173 | 171 | $decsep = $config->get( 'client/html/common/format/separatorDecimal', '.' ); |
@@ -253,8 +251,7 @@ discard block |
||
253 | 251 | { |
254 | 252 | $i18n = $this->i18n->get( array( $locale ) ); |
255 | 253 | $translation = $i18n[$locale]; |
256 | - } |
|
257 | - else |
|
254 | + } else |
|
258 | 255 | { |
259 | 256 | $translation = new \Aimeos\Base\Translation\None( 'en' ); |
260 | 257 | } |