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