Passed
Push — master ( 46cb5e...6880ac )
by compolom
02:37
created
src/Wrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     {
90 90
         return is_numeric($value)
91 91
             ? (is_float($value) ? 'd' : 'i') // int or float
92
-            : (strlen((string)$value) <= 65536 ? 's' : 'b'); // string or blob
92
+            : (strlen((string) $value) <= 65536 ? 's' : 'b'); // string or blob
93 93
     }
94 94
 
95 95
     private function countParams(): int
Please login to merge, or discard this patch.