diff --git a/tests/Query/QOM/Sql2ScannerTest.php b/tests/Query/QOM/Sql2ScannerTest.php index a8becee5..7d3d553d 100644 --- a/tests/Query/QOM/Sql2ScannerTest.php +++ b/tests/Query/QOM/Sql2ScannerTest.php @@ -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()