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 /src/UtfString.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 'src/UtfString.php')
-rw-r--r-- | src/UtfString.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UtfString.php b/src/UtfString.php index 9e6e55b..58905f3 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -1,4 +1,5 @@ <?php + /** * Implementation for UTF-8 strings. * @@ -9,7 +10,6 @@ * Because the lexer relies on the subscript operator this class had to be * implemented. */ -declare(strict_types=1); namespace PhpMyAdmin\SqlParser; |