Passed
Pull Request — master (#67)
by Šimon
02:34
created
src/Query/Degeneration/Bindings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
             if (is_array($value)) {
112 112
                 $escapedValues      = $this->escapeArray($value);
113 113
                 $escapedValues      = array_map(
114
-                    function ($escapedValue) {
114
+                    function($escapedValue) {
115 115
                         if (is_string($escapedValue)) {
116 116
                             return $this->formatStringParameter($escapedValue);
117 117
                         }
Please login to merge, or discard this patch.