File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments