Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
acasar committed May 13, 2016
1 parent 853300b commit ca86102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public function testArrayWhereColumn()
{
$conditions = [
['first_name', 'last_name'],
['updated_at', '>', 'created_at']
['updated_at', '>', 'created_at'],
];

$builder = $this->getBuilder();
Expand Down

0 comments on commit ca86102

Please sign in to comment.