diff options
Diffstat (limited to 'tests/Misc')
-rw-r--r-- | tests/Misc/BugsTest.php | 1 | ||||
-rw-r--r-- | tests/Misc/ParameterTest.php | 1 | ||||
-rw-r--r-- | tests/Misc/UtfStringTest.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php index 5dbb861..3065308 100644 --- a/tests/Misc/BugsTest.php +++ b/tests/Misc/BugsTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Misc/ParameterTest.php b/tests/Misc/ParameterTest.php index fa6b79c..a8b2f9b 100644 --- a/tests/Misc/ParameterTest.php +++ b/tests/Misc/ParameterTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Misc; diff --git a/tests/Misc/UtfStringTest.php b/tests/Misc/UtfStringTest.php index afa3b0c..d2c4dbf 100644 --- a/tests/Misc/UtfStringTest.php +++ b/tests/Misc/UtfStringTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Misc; |