Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jan 29, 2025
1 parent c6c7c8f commit 30ea682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Syntax/ColumnDefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ColumnDefinitionParser
* check?: string,
* comment?: string,
* defaultValueRaw?: string,
* dimension?: int,
* dimension?: positive-int,
* enumValues?: list<string>,
* extra?: string,
* notNull?: bool,
Expand Down

0 comments on commit 30ea682

Please sign in to comment.