diff options
author | William Desportes <williamdes@wdes.fr> | 2019-05-28 18:02:00 +0200 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-05-28 18:02:17 +0200 |
commit | a5b955658e642652e7b5fc4ae368a6f74ef85411 (patch) | |
tree | 9f1d32cc35a4da01b8a036571909d7089ccc0ea1 /tests/Components/CreateDefinitionTest.php | |
parent | b988a6ae833e0f01627f57d6b48a2cdfeaebc5e1 (diff) | |
download | sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.zip sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.tar.gz sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.tar.bz2 |
Revert "Enable strict mode on PHP files"
This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d.
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'tests/Components/CreateDefinitionTest.php')
-rw-r--r-- | tests/Components/CreateDefinitionTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Components/CreateDefinitionTest.php b/tests/Components/CreateDefinitionTest.php index 6b97cb1..3683e29 100644 --- a/tests/Components/CreateDefinitionTest.php +++ b/tests/Components/CreateDefinitionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; |