Skip to content

Commit 74b3f2b

Browse files
committed
fix: phpstan
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 64042b0 commit 74b3f2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/system/Models/ChunkByIdModelTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ public function testChunkRowsByIdThrowsOnZeroSize(): void
259259
$this->createModel(UserModel::class)->chunkRowsById(0, static function ($rows): void {});
260260
}
261261

262+
/**
263+
* @param array<string, mixed>|object $row
264+
*/
262265
private static function userId(array|object $row): int
263266
{
264267
$data = (array) $row;

0 commit comments

Comments
 (0)