summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CallStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/CallStatementTest.php')
-rw-r--r--tests/Parser/CallStatementTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/CallStatementTest.php b/tests/Parser/CallStatementTest.php
index 0bb34e1..671a9f9 100644
--- a/tests/Parser/CallStatementTest.php
+++ b/tests/Parser/CallStatementTest.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Tests\Parser;