Skip to content

Commit

Permalink
Merge pull request #184 from phpcr/analysis-8jNe4G
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
dbu authored Jan 27, 2017
2 parents 6ca175b + 91c6d31 commit e7d7576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Query/QOM/Sql2ScannerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function setUp()
[nt:file]
INNER JOIN
[nt:folder] ON ISSAMENODE(sel1, sel2, [/home])';
$this->tokens = array(
$this->tokens = [
'SELECT', '*', 'FROM','[nt:file]', 'INNER', 'JOIN', '[nt:folder]',
'ON', 'ISSAMENODE', '(', 'sel1', ',', 'sel2', ',', '[/home]', ')', );
'ON', 'ISSAMENODE', '(', 'sel1', ',', 'sel2', ',', '[/home]', ')', ];
}

public function testConstructor()
Expand Down

0 comments on commit e7d7576

Please sign in to comment.