diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-07-15 16:46:40 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-07-15 16:46:40 +0300 |
commit | 56ce2d7a37a1ed1d6aabf2b7908ae5da43863497 (patch) | |
tree | 86e013988fcf31139aa0ffb7396df227e7b1e0a6 /src/Components/OptionsArray.php | |
parent | 875fd4377a920e9d6e10a752cf96735c9ef41230 (diff) | |
download | sql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.zip sql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.tar.gz sql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.tar.bz2 |
Better error detection. Fixed some of the old messages.
Minor coding style fixes.
Diffstat (limited to 'src/Components/OptionsArray.php')
-rw-r--r-- | src/Components/OptionsArray.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php index 2a112ed..a6b612d 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -266,7 +266,7 @@ class OptionsArray extends Component * Checks if it has the specified option and returns it value or true. * * @param string $key The key to be checked. - * @param string $getExpr Gets the expression instead of the value. + * @param bool $getExpr Gets the expression instead of the value. * The value is the processed form of the expression. * * @return mixed |