summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/ParserException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/ParserException.php')
-rw-r--r--src/Exceptions/ParserException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/ParserException.php b/src/Exceptions/ParserException.php
index eb13653..575eeb1 100644
--- a/src/Exceptions/ParserException.php
+++ b/src/Exceptions/ParserException.php
@@ -1,8 +1,8 @@
<?php
-
/**
* Exception thrown by the parser.
*/
+declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Exceptions;