diff options
Diffstat (limited to 'src/Core.php')
-rw-r--r-- | src/Core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core.php b/src/Core.php index 5672b99..1965a2f 100644 --- a/src/Core.php +++ b/src/Core.php @@ -1,8 +1,8 @@ <?php - /** * Defines the core helper infrastructure of the library. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser; |