Skip to content

Commit

Permalink
Documentation adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Aug 26, 2021
1 parent da409e9 commit 32190f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Key.php
Expand Up @@ -70,9 +70,9 @@ class Key extends Component
public $type;

/**
* The expression if it is not using a name.
* The expression if the Key is not using column names
*
* @var Expression|null
* @var string|null
*/
public $expr = null;

Expand Down

0 comments on commit 32190f2

Please sign in to comment.