Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Mar 2, 2024
1 parent c6e4966 commit 2418284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Db/Schema/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Column
public ?string $charset;

/**
* @var ?bool
* @var bool
*
* Set this to true to drop the default during an ALTER TABLE operation.
*
Expand Down
2 changes: 1 addition & 1 deletion Sources/Db/Schema/Indices.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Indices
public array $columns = [];

/**
* @var bool
* @var ?string
*
* Allowed values: 'primary', 'unique', or null for a normal index.
*/
Expand Down

0 comments on commit 2418284

Please sign in to comment.