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