Test Failed
Push — develop ( aa34ee...bf5ed8 )
by Kenneth
02:49
created
src/Bindings/MySQL/MySQLStringBindings.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,13 +44,13 @@
 block discarded – undo
44 44
         }
45 45
 
46 46
         if (is_object($value)) {
47
-           $json = $value = json_encode($value);
47
+            $json = $value = json_encode($value);
48 48
 
49
-           if (json_last_error()) {
49
+            if (json_last_error()) {
50 50
                 throw new JsonException(json_last_error_msg());
51 51
             }
52 52
 
53
-           return  $this->bStr($json);
53
+            return  $this->bStr($json);
54 54
         }
55 55
 
56 56
         if (is_string($value)) {
Please login to merge, or discard this patch.