Passed
Push — master ( f916ce...b72f24 )
by belamov
11:20 queued 10s
created
src/Macros/BluePrintMacros.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
             );
25 25
         }
26 26
 
27
-        Blueprint::macro('excludeRangeOverlapping', function ($columnName, ...$additionalColumns) {
27
+        Blueprint::macro('excludeRangeOverlapping', function($columnName, ...$additionalColumns) {
28 28
             return $this->addCommand('excludeRangeOverlapping', [
29 29
                 'column' => $columnName,
30 30
                 'additionalColumns' => $additionalColumns,
Please login to merge, or discard this patch.
src/PostgresRangeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     protected function setCustomResolverForPgsql(): void
19 19
     {
20
-        Connection::resolverFor('pgsql', static function ($connection, $database, $prefix, $config) {
20
+        Connection::resolverFor('pgsql', static function($connection, $database, $prefix, $config) {
21 21
             return new PostgresConnection($connection, $database, $prefix, $config);
22 22
         });
23 23
     }
Please login to merge, or discard this patch.