Skip to content

Commit

Permalink
Fix psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Aug 13, 2024
1 parent b391edf commit 11f74e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Column/ColumnFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class ColumnFactory extends \Yiisoft\Db\Schema\Column\ColumnFactory
* @link https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/Data-Types.html
*
* @var string[]
*
* @psalm-suppress MissingClassConstType
*/
private const TYPE_MAP = [
'char' => SchemaInterface::TYPE_CHAR,
Expand Down

0 comments on commit 11f74e7

Please sign in to comment.