summaryrefslogtreecommitdiffstats
path: root/src/Components/IntoKeyword.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/IntoKeyword.php')
-rw-r--r--src/Components/IntoKeyword.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Components/IntoKeyword.php b/src/Components/IntoKeyword.php
index 87d0e7a..17615f6 100644
--- a/src/Components/IntoKeyword.php
+++ b/src/Components/IntoKeyword.php
@@ -98,12 +98,12 @@ class IntoKeyword extends Component
/**
* Constructor.
*
- * @param string $type Type of destination (may be OUTFILE).
- * @param string|Expression $dest Actual destination.
- * @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 string $type type of destination (may be OUTFILE)
+ * @param string|Expression $dest actual destination
+ * @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
*/
public function __construct(
$type = null,