Skip to content

Commit

Permalink
Fix psalm, Add line to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Dec 17, 2023
1 parent 0c543d5 commit c5508e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.1.1 under development

- Enh #286: Change property `Schema::$typeMap` to constant `Schema::TYPE_MAP` (@Tigrov)
- Bug #287: Fix `DMLQueryBuilder::insertWithReturningPks()` and `Command::insertWithReturningPks()` methods (@Tigrov)

## 1.1.0 November 12, 2023

Expand Down
2 changes: 1 addition & 1 deletion src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ protected function loadTableForeignKeys(string $tableName): array
* @throws InvalidConfigException
* @throws Throwable
*
* @return array Indexes for the given table.
* @return IndexConstraint[] Indexes for the given table.
*/
protected function loadTableIndexes(string $tableName): array
{
Expand Down

0 comments on commit c5508e4

Please sign in to comment.