diff options
Diffstat (limited to 'src/Components/Array2d.php')
-rw-r--r-- | src/Components/Array2d.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Array2d.php b/src/Components/Array2d.php index ced529a..7c99952 100644 --- a/src/Components/Array2d.php +++ b/src/Components/Array2d.php @@ -1,8 +1,8 @@ <?php - /** * `VALUES` keyword parser. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Components; |