summaryrefslogtreecommitdiffstats
path: root/src/UtfString.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/UtfString.php')
-rw-r--r--src/UtfString.php2
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;