Skip to content

Commit fa113bf

Browse files
committed
fix cs error
1 parent 674fb56 commit fa113bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Query/QOM/QomTestQueries.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,9 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
442442
$factory->createQuery(
443443
$factory->selector('file', 'nt:file'),
444444
$factory->sameNode('file', '/home node'),
445-
array(),
446-
array());
445+
[],
446+
[]
447+
);
447448

448449
/*
449450
* 6.7.21. ChildNode

0 commit comments

Comments
 (0)