diff options
Diffstat (limited to 'bin/lint-query')
-rwxr-xr-x | bin/lint-query | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-query b/bin/lint-query index 67e7114..8d7cd29 100755 --- a/bin/lint-query +++ b/bin/lint-query @@ -1,5 +1,6 @@ #!/usr/bin/env php <?php +declare(strict_types=1); $files = array( __DIR__ . "/../vendor/autoload.php", @@ -27,4 +28,3 @@ if (!$found) { $cli = new PhpMyAdmin\SqlParser\Utils\CLI(); exit($cli->runLint()); - |