Completed
Pull Request — master (#16)
by Patrick
07:44
created
Email/class.EmailRouter.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,10 @@
 block discarded – undo
41 41
         {
42 42
             $tmp = $this->routeSingle($dest, $rawMessage);
43 43
             $ret[] = $tmp;
44
-            if($tmp === false) $error = true;
44
+            if($tmp === false)
45
+            {
46
+                $error = true;
47
+            }
45 48
         }
46 49
         if($error === true)
47 50
         {
Please login to merge, or discard this patch.
Auth/class.SQLPendingUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     public function __isset($propName)
33 33
     {
34
-       return isset($this->block->{$propName});
34
+        return isset($this->block->{$propName});
35 35
     }
36 36
 
37 37
     public function getHash()
Please login to merge, or discard this patch.