diff options
Diffstat (limited to 'tests/Parser/CreateStatementTest.php')
-rw-r--r-- | tests/Parser/CreateStatementTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php index 1ac1ddc..56c3c72 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; |