diff options
Diffstat (limited to 'src/Utils/CLI.php')
-rw-r--r-- | src/Utils/CLI.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/CLI.php b/src/Utils/CLI.php index d2c27f2..31d09ce 100644 --- a/src/Utils/CLI.php +++ b/src/Utils/CLI.php @@ -1,8 +1,8 @@ <?php - /** * CLI interface. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Utils; |