Completed
Push — master ( 5cb11b...8d6fd3 )
by Thomas
02:18
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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) . "'";
Please login to merge, or discard this patch.
src/RawSqlServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.