@@ -47,7 +47,7 @@ |
||
| 47 | 47 | } |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | - $bindings = array_map(function ($binding) { |
|
| 50 | + $bindings = array_map(function($binding) { |
|
| 51 | 51 | return is_numeric($binding) |
| 52 | 52 | ? $binding |
| 53 | 53 | : "'" . addslashes($binding) . "'"; |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | foreach ($drivers as $driver => $connection) { |
| 30 | 30 | Connection::resolverFor( |
| 31 | 31 | $driver, |
| 32 | - function ($pdo, $database, $prefix, $config) use ($connection) { |
|
| 32 | + function($pdo, $database, $prefix, $config) use ($connection) { |
|
| 33 | 33 | return new $connection( |
| 34 | 34 | $pdo, |
| 35 | 35 | $database, |