summaryrefslogtreecommitdiffstats
path: root/bin/tokenize-query
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tokenize-query')
-rwxr-xr-xbin/tokenize-query4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tokenize-query b/bin/tokenize-query
index 97012c7..e1a55f6 100755
--- a/bin/tokenize-query
+++ b/bin/tokenize-query
@@ -2,12 +2,12 @@
<?php
declare(strict_types=1);
-$files = array(
+$files = [
__DIR__ . "/../vendor/autoload.php",
__DIR__ . "/../../vendor/autoload.php",
__DIR__ . "/../../../autoload.php",
"vendor/autoload.php"
-);
+];
$found = false;
foreach ($files as $file) {