diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-06 12:12:51 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-02-06 12:12:51 +0100 |
commit | c5feb2eea5bdfd67c44afa69bb50fbeb182a1c15 (patch) | |
tree | 16f5a5d936423bfba991767e384155d515c88fd4 /src/Core.php | |
parent | 024294e3850135922086679153064e24723f3f54 (diff) | |
download | sql-parser-c5feb2eea5bdfd67c44afa69bb50fbeb182a1c15.zip sql-parser-c5feb2eea5bdfd67c44afa69bb50fbeb182a1c15.tar.gz sql-parser-c5feb2eea5bdfd67c44afa69bb50fbeb182a1c15.tar.bz2 |
Fix class name
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Core.php')
-rw-r--r-- | src/Core.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Core.php b/src/Core.php index c41328a..c38e2ea 100644 --- a/src/Core.php +++ b/src/Core.php @@ -33,9 +33,9 @@ class Core /** * Creates a new error log. * - * @param Exception $error the error exception + * @param \Exception $error the error exception * - * @throws Exception throws the exception, if strict mode is enabled + * @throws \Exception throws the exception, if strict mode is enabled */ public function error($error) { |