diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index a79feef..bb8bbf0 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -70,9 +70,9 @@ class Key extends Component /** * Constructor. * - * @param string $name The name of the key. - * @param array $columns The columns covered by this key. - * @param string $type The type of this key. + * @param string $name The name of the key. + * @param array $columns The columns covered by this key. + * @param string $type The type of this key. * @param OptionsArray $options The options of this key. */ public function __construct($name = null, array $columns = array(), |