diff options
Diffstat (limited to 'tests/Lexer/TokenTest.php')
-rw-r--r-- | tests/Lexer/TokenTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Lexer/TokenTest.php b/tests/Lexer/TokenTest.php index 535f933..370824e 100644 --- a/tests/Lexer/TokenTest.php +++ b/tests/Lexer/TokenTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; |