diff options
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 |