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