Passed
Push — master ( 627ea2...856100 )
by Alexander
02:45
created
src/data/PDO.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
         if (empty($conditions)) {
185 185
             return "";
186 186
         }
187
-        $fun = function ($o, $v) use ($conditions) : string {
187
+        $fun = function($o, $v) use ($conditions) : string {
188 188
             if (is_array($conditions[$v])) {
189 189
                 $qa = [];
190 190
                 $index = 0;
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 
280 280
     private function data(array $data): string
281 281
     {
282
-        $fun = function ($o, $v): string {
282
+        $fun = function($o, $v): string {
283 283
             return "{$o}, {$v} = :d_{$v}";
284 284
         };
285 285
         return trim((string) array_reduce(array_keys($data), $fun, ""), ", ");
Please login to merge, or discard this patch.