Skip to content

Commit

Permalink
Add space (formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Gallay committed Oct 20, 2014
1 parent 61782bc commit f961585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Dialect/PostgresDialectTrait.php
Expand Up @@ -104,7 +104,7 @@ protected function _transformFunctionExpression(FunctionExpression $expression)
->name('')
->type('-')
->iterateParts(function ($p) {
if( is_string($p) ) {
if ( is_string($p) ) {
$p = [ 'value' => [$p => 'literal'], 'type' => null ];
} else {
$p['value'] = [$p['value']];
Expand Down

0 comments on commit f961585

Please sign in to comment.