From b292c6e9b4d738ddc6a6264356630d6810252da4 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 14 Feb 2024 10:53:36 +0900 Subject: [PATCH] docs: fix @phpstan-type row_array --- system/BaseModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}