Completed
Push — develop ( 4bd203...a628f2 )
by
unknown
08:09
created
module/Auth/config/module.config.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                     'Auth/Users' => 'switch',
215 215
                 ],
216 216
                 'deny' => [
217
-                   // 'route/lang/auth',
217
+                    // 'route/lang/auth',
218 218
                     'route/auth-provider',
219 219
                     'route/auth-extern',
220 220
                     'route/lang/forgot-password',
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
         'factories' => [
300 300
             'auth' => '\Auth\Factory\View\Helper\AuthFactory',
301 301
             'acl'  => '\Acl\Factory\View\Helper\AclFactory',
302
-         ],
302
+            ],
303 303
     ],
304 304
     
305 305
     'form_elements' => [
Please login to merge, or discard this patch.
module/Core/src/Core/Mail/HTMLTemplateMessage.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
 
240 240
             if ($resolver->resolve($this->getTemplate() . '.' . $lang)) {
241 241
                 $viewModel->setTemplate($this->getTemplate() . '.' . $lang);
242
-            }else{
242
+            } else{
243 243
                 $viewModel->setTemplate($this->getTemplate());
244 244
             }
245 245
 
Please login to merge, or discard this patch.