Passed
Push — develop ( bc0387...6879d5 )
by nguereza
03:17
created
src/Connection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
                     $attr['port'] = $port;
188 188
                 }
189 189
                 
190
-                if ($driverName === 'mysql'){
190
+                if ($driverName === 'mysql') {
191 191
                     //Make MySQL using standard quoted identifier
192 192
                     $commands[] = 'SET SQL_MODE=ANSI_QUOTES';
193 193
                     
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
 
592 592
         return preg_replace_callback(
593 593
             '/\?/',
594
-            function () use ($driver, &$params) {
594
+            function() use ($driver, &$params) {
595 595
                 $param = array_shift($params);
596 596
                 $param = is_object($param) ? get_class($param) : $param;
597 597
                 if (is_int($param) || is_float($param)) {
Please login to merge, or discard this patch.