Browse Source

Fix formatting

Ladislav Gallay 11 years ago
parent
commit
032f0fb3d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Database/Dialect/PostgresDialectTrait.php

+ 2 - 2
src/Database/Dialect/PostgresDialectTrait.php

@@ -104,8 +104,8 @@ trait PostgresDialectTrait {
 					->name('')
 					->type('-')
 					->iterateParts(function ($p) {
-						if ( is_string($p) ) {
-							$p = [ 'value' => [$p => 'literal'], 'type' => null ];
+						if (is_string($p)) {
+							$p = ['value' => [$p => 'literal'], 'type' => null];
 						} else {
 							$p['value'] = [$p['value']];
 						}