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