Passed
Push — develop ( 0e9461...96177d )
by nguereza
02:00
created
src/Connection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -535,7 +535,7 @@  discard block
 block discarded – undo
535 535
 
536 536
         return (string) preg_replace_callback(
537 537
             '/\?/',
538
-            function () use ($driver, &$params) {
538
+            function() use ($driver, &$params) {
539 539
                 $param = array_shift($params);
540 540
 
541 541
                 $value = is_object($param) ? get_class($param) : $param;
@@ -602,7 +602,7 @@  discard block
 block discarded – undo
602 602
      */
603 603
     protected function execute(array $prepared): bool
604 604
     {
605
-        if($this->emulate){
605
+        if ($this->emulate) {
606 606
             return true;
607 607
         }
608 608
         
Please login to merge, or discard this patch.