Skip to content

Commit

Permalink
Merge pull request #8543 from kenjis/fix-phpdoc-BaseModel
Browse files Browse the repository at this point in the history
docs: fix `@phpstan-type` in Model
  • Loading branch information
kenjis authored Feb 17, 2024
2 parents 62b570f + b292c6e commit 667b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* - process various callbacks
* - allow intermingling calls to the db connection
*
* @phpstan-type row_array array<int|string, float|int|null|string>
* @phpstan-type row_array array<int|string, float|int|null|object|string>
* @phpstan-type event_data_beforeinsert array{data: row_array}
* @phpstan-type event_data_afterinsert array{id: int|string, data: row_array, result: bool}
* @phpstan-type event_data_beforefind array{id?: int|string, method: string, singleton: bool, limit?: int, offset?: int}
Expand Down

0 comments on commit 667b324

Please sign in to comment.