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