Passed
Push — master ( 3c5ecd...a595a7 )
by Andre
04:04
created
src/controllers/LoginController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
                     Craft::$app->getSession()->setError(Craft::t('enupal-socializer', "Unable to authenticate user"));
46 46
                 }
47 47
             }
48
-        }
49
-        catch (\Exception $e) {
48
+        } catch (\Exception $e) {
50 49
             Craft::error($e->getMessage(), __METHOD__);
51 50
             throw new \Exception($e->getMessage());
52 51
         }
Please login to merge, or discard this patch.