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