summaryrefslogtreecommitdiffstats
path: root/tests/TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestCase.php')
-rw-r--r--tests/TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php
index cb925e1..71febab 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -1,8 +1,8 @@
<?php
-
/**
* Bootstrap for tests.
*/
+declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Tests;