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