diff options
author | Maurício Meneghini Fauth <mauriciofauth@gmail.com> | 2019-01-08 21:32:02 -0200 |
---|---|---|
committer | Maurício Meneghini Fauth <mauriciofauth@gmail.com> | 2019-01-16 17:21:25 -0200 |
commit | 86c5baebda24c1721fb6881df8671a3c7df60e8b (patch) | |
tree | 0a76d58ea229d1008e169b1c5b25ce90dde91808 /src/Exceptions | |
parent | 28427543566b6dd32fe44db704ea41368ba55c0e (diff) | |
download | sql-parser-86c5baebda24c1721fb6881df8671a3c7df60e8b.zip sql-parser-86c5baebda24c1721fb6881df8671a3c7df60e8b.tar.gz sql-parser-86c5baebda24c1721fb6881df8671a3c7df60e8b.tar.bz2 |
Apply phpmyadmin/coding-standard
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'src/Exceptions')
-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 ce962f0..bfbd4c3 100644 --- a/src/Exceptions/LoaderException.php +++ b/src/Exceptions/LoaderException.php @@ -26,7 +26,7 @@ class LoaderException extends \Exception * Constructor. * * @param string $msg the message of this exception - * @param string $name the character that produced this exception + * @param string $name the character that produced this exception * @param int $code the code of this error */ public function __construct($msg = '', $name = '', $code = 0) |