Skip to content

Commit

Permalink
Fixed CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 21, 2014
1 parent 65baf6b commit eb6945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Query.php
Expand Up @@ -72,7 +72,6 @@ class Query extends DatabaseQuery {
*/
protected $_useBufferedResults = true;


/**
* Whether to hydrate results into entity objects
*
Expand Down Expand Up @@ -707,6 +706,7 @@ public function insert($columns, $types = []) {
/**
* {@inheritdoc}
*
* @throws \BadMethodCallException if the method is called for a non-select query
*/
public function __call($method, $arguments) {
if ($this->type() === 'select') {
Expand Down

0 comments on commit eb6945b

Please sign in to comment.