Passed
Pull Request — master (#5)
by belamov
05:10 queued 02:28
created
src/PostgresGrammarWithRangeTypes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      */
94 94
     public function compileUniqueRange(Blueprint $blueprint, Fluent $command): string
95 95
     {
96
-        if (! empty($command->additionalColumns)) {
96
+        if (!empty($command->additionalColumns)) {
97 97
             $this->addBtreeGistExtension();
98 98
         }
99 99
 
Please login to merge, or discard this patch.