Skip to content

Commit dd9e95d

Browse files
janpechamibk
authored andcommitted
Fix coding style
1 parent 1b4310f commit dd9e95d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LeanMapperQuery/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ protected function parseStatement($statement, $replacePlaceholders = NULL)
376376
} else {
377377
// Dumb replacing of the placeholder.
378378
// NOTE: Placeholders are replaced by the type of last found property.
379-
// It is stupid as it doesn't work for all kinds of SQL statements.
379+
// It is stupid as it doesn't work for all kinds of SQL statements.
380380
$output .= $this->replacePlaceholder($property);
381381
}
382382
} else {
@@ -523,7 +523,7 @@ private function commandWhere($cond)
523523
$statement = $this->parseStatement($statement, $replacePlaceholders);
524524
$statement = "($statement)";
525525
$args = $this->replaceEntitiesForItsPrimaryKeyValues($args);
526-
call_user_func_array(array($this->fluent, 'where'), $args);
526+
call_user_func_array(array($this->fluent, 'where'), $args);
527527
}
528528
}
529529

0 commit comments

Comments
 (0)