diff options
Diffstat (limited to 'src/Components/IntoKeyword.php')
-rw-r--r-- | src/Components/IntoKeyword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/IntoKeyword.php b/src/Components/IntoKeyword.php index 81cddb8..c3f8a43 100644 --- a/src/Components/IntoKeyword.php +++ b/src/Components/IntoKeyword.php @@ -112,7 +112,7 @@ class IntoKeyword extends Component * @param array $columns column list of destination * @param array $values selected fields * @param OptionsArray $fields_options options for FIELDS/COLUMNS keyword - * @param OptionsArray $fields_keyword options for OPTINOS keyword + * @param bool $fields_keyword options for OPTIONS keyword */ public function __construct( $type = null, |