Completed
Push — master ( eb51fb...9d1029 )
by David
01:50
created
Library/Zend/Db/Adapter/Mysqli.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -311,8 +311,9 @@
 block discarded – undo
311 311
                     // Suppress warnings here
312 312
                     // Ignore it if it's not a valid constant
313 313
                     $option = @constant(strtoupper($option));
314
-                    if($option === null)
315
-                        continue;
314
+                    if($option === null) {
315
+                                            continue;
316
+                    }
316 317
                 }
317 318
                 mysqli_options($this->_connection, $option, $value);
318 319
             }
Please login to merge, or discard this patch.