Passed
Push — master ( 4d8c20...df8094 )
by Dāvis
04:10
created
Script/Model/AlertManager.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function __construct(Session $session)
12 12
     {
13
-        if(!$session->hasBeenStarted()){
13
+        if (!$session->hasBeenStarted()) {
14 14
             $session->start();
15 15
         }
16 16
         $this->session = $session;
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function __construct(Session $session)
12 12
     {
13
-        if(!$session->hasBeenStarted()){
13
+        if(!$session->hasBeenStarted()) {
14 14
             $session->start();
15 15
         }
16 16
         $this->session = $session;
Please login to merge, or discard this patch.