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