diff options
Diffstat (limited to 'src/Exceptions/LoaderException.php')
-rw-r--r-- | src/Exceptions/LoaderException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/LoaderException.php b/src/Exceptions/LoaderException.php index d809876..bfbd4c3 100644 --- a/src/Exceptions/LoaderException.php +++ b/src/Exceptions/LoaderException.php @@ -1,8 +1,8 @@ <?php + /** * Exception thrown by the lexer. */ -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Exceptions; |