diff options
Diffstat (limited to 'src/Statements/SetStatement.php')
-rw-r--r-- | src/Statements/SetStatement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statements/SetStatement.php b/src/Statements/SetStatement.php index 129cc14..cc1e487 100644 --- a/src/Statements/SetStatement.php +++ b/src/Statements/SetStatement.php @@ -1,8 +1,8 @@ <?php - /** * `SET` statement. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Statements; |