Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Jun 17, 2015
1 parent 0aea497 commit 7d24f83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Database/Schema/BaseSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ protected function _convertOnClause($clause)
* @param string|array $references The referenced columns of a foreign key constraint statement
* @return string
*/
protected function _convertFkColumnsReference($references) {
protected function _convertFkColumnsReference($references)
{
if (is_string($references)) {
return $this->_driver->quoteIdentifier($references);
}
Expand Down

0 comments on commit 7d24f83

Please sign in to comment.