Skip to content

Commit e7d7576

Browse files
authored
Merge pull request #184 from phpcr/analysis-8jNe4G
Apply fixes from StyleCI
2 parents 6ca175b + 91c6d31 commit e7d7576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Query/QOM/Sql2ScannerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public function setUp()
3030
[nt:file]
3131
INNER JOIN
3232
[nt:folder] ON ISSAMENODE(sel1, sel2, [/home])';
33-
$this->tokens = array(
33+
$this->tokens = [
3434
'SELECT', '*', 'FROM','[nt:file]', 'INNER', 'JOIN', '[nt:folder]',
35-
'ON', 'ISSAMENODE', '(', 'sel1', ',', 'sel2', ',', '[/home]', ')', );
35+
'ON', 'ISSAMENODE', '(', 'sel1', ',', 'sel2', ',', '[/home]', ')', ];
3636
}
3737

3838
public function testConstructor()

0 commit comments

Comments
 (0)