We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b570f + b292c6e commit 667b324Copy full SHA for 667b324
system/BaseModel.php
@@ -42,7 +42,7 @@
42
* - process various callbacks
43
* - allow intermingling calls to the db connection
44
*
45
- * @phpstan-type row_array array<int|string, float|int|null|string>
+ * @phpstan-type row_array array<int|string, float|int|null|object|string>
46
* @phpstan-type event_data_beforeinsert array{data: row_array}
47
* @phpstan-type event_data_afterinsert array{id: int|string, data: row_array, result: bool}
48
* @phpstan-type event_data_beforefind array{id?: int|string, method: string, singleton: bool, limit?: int, offset?: int}
0 commit comments