File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ public function testInsertBatchWithCasts(): void
400400 ];
401401 $ this ->createModel (UserCastsTimestampModel::class);
402402
403- $ numRows = $ this ->model ->insertBatch ($ userData );
403+ $ numRows = $ this ->model ->insertBatch ($ userData ); // @phpstan-ignore argument.type
404404
405405 $ this ->assertSame (2 , $ numRows );
406406
Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ public function testUpdateBatchWithCasts(): void
636636 ],
637637 ];
638638
639- $ numRows = $ this ->model ->updateBatch ($ updateData , 'id ' );
639+ $ numRows = $ this ->model ->updateBatch ($ updateData , 'id ' ); // @phpstan-ignore argument.type
640640 $ this ->assertSame (2 , $ numRows );
641641
642642 $ this ->seeInDatabase ('user ' , ['email ' => json_encode ($ updateData [0 ]['email ' ])]);
You can’t perform that action at this time.
0 commit comments