Passed
Push — master ( 46d321...ef41b8 )
by Nícollas
01:15
created
Source/Model/SimplePHP.class.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,9 @@
 block discarded – undo
150 150
     {
151 151
         if(!empty($this->excepts)) {
152 152
             foreach($this->excepts as $except) {
153
-                if(isset($this->data[$except])) unset($this->data[$except]);
153
+                if(isset($this->data[$except])) {
154
+                    unset($this->data[$except]);
155
+                }
154 156
             }
155 157
         }
156 158
     }
Please login to merge, or discard this patch.