diff options
Diffstat (limited to 'src/Components/IndexHint.php')
-rw-r--r-- | src/Components/IndexHint.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/IndexHint.php b/src/Components/IndexHint.php index 12edda7..a0cb0f1 100644 --- a/src/Components/IndexHint.php +++ b/src/Components/IndexHint.php @@ -1,8 +1,8 @@ <?php - /** * Parses an Index hint. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Components; |