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