Passed
Push — master ( 521408...971554 )
by Nícollas
01:13
created
Source/Model/SimplePHP.class.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,9 @@
 block discarded – undo
121 121
 
122 122
         if(!empty($this->excepts)) {
123 123
             foreach($this->excepts as $except) {
124
-                if(isset($this->data[$except])) unset($this->data[$except]);
124
+                if(isset($this->data[$except])) {
125
+                    unset($this->data[$except]);
126
+                }
125 127
             }
126 128
         }
127 129
 
Please login to merge, or discard this patch.