Passed
Push — master ( ff0d7b...2a62f8 )
by Alex
08:11
created
Mezon/PdoCrud/PdoCrud.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,7 @@
 block discarded – undo
99 99
         
100 100
         if(empty($records)){
101 101
             return 0;
102
-        }
103
-        else{
102
+        } else{
104 103
             return $records[0]->$fieldName;
105 104
         }
106 105
     }
Please login to merge, or discard this patch.