diff options
Diffstat (limited to 'bin/highlight-query')
-rwxr-xr-x | bin/highlight-query | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/highlight-query b/bin/highlight-query index 577e4fb..a25a3e2 100755 --- a/bin/highlight-query +++ b/bin/highlight-query @@ -1,5 +1,6 @@ #!/usr/bin/env php <?php +declare(strict_types=1); $files = array( __DIR__ . "/../vendor/autoload.php", |