Skip to content

Commit

Permalink
Fix phpstan and phpcs errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 30, 2017
1 parent d3a93bf commit ce5ae5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -130,6 +130,7 @@ public function type($conjunction = null)
'QueryExpression::type() is deprecated. ' .
'Use QueryExpression::setConjunction()/getConjunction() instead.'
);

return $this->tieWith($conjunction);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Datasource/ConnectionInterface.php
Expand Up @@ -21,7 +21,7 @@
* @method object getLogger() Get the current logger instance
* @method $this setLogger($logger) Set the current logger.
* @method bool supportsDynamicConstraints()
* @method \Cake\Database\Schema\Collection schemaCollection()
* @method \Cake\Database\Schema\Collection getSchemaCollection()
* @method \Cake\Database\Query newQuery()
* @method \Cake\Database\StatementInterface prepare($sql)
* @method \Cake\Database\StatementInterface execute($query, $params = [], array $types = [])
Expand Down

0 comments on commit ce5ae5e

Please sign in to comment.