summaryrefslogtreecommitdiffstats
path: root/src/Components/OptionsArray.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-15 16:46:40 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-15 16:46:40 +0300
commit56ce2d7a37a1ed1d6aabf2b7908ae5da43863497 (patch)
tree86e013988fcf31139aa0ffb7396df227e7b1e0a6 /src/Components/OptionsArray.php
parent875fd4377a920e9d6e10a752cf96735c9ef41230 (diff)
downloadsql-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.php2
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