diff --git a/system/BaseModel.php b/system/BaseModel.php index 8f04270b20f9..9cb6f969a202 100644 --- a/system/BaseModel.php +++ b/system/BaseModel.php @@ -42,7 +42,7 @@ * - process various callbacks * - allow intermingling calls to the db connection * - * @phpstan-type row_array array + * @phpstan-type row_array array * @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}