File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ public function store(Collection $items): void
8484 $ averageChunks = $ this ->preaggregateAverages (collect ($ averages )) // @phpstan-ignore argument.templateType, argument.templateType
8585 ->chunk ($ this ->config ->get ('pulse.storage.database.chunk ' ));
8686
87- $ valueChunks = $ this // @phpstan-ignore argument.templateType
87+ $ valueChunks = $ this // @phpstan-ignore method.nonObject
8888 ->collapseValues ($ values )
8989 ->when (
9090 $ this ->requiresManualKeyHash (),
9191 fn ($ values ) => $ values ->map (fn ($ value ) => [
9292 ...($ attributes = $ value ->attributes ()),
9393 'key_hash ' => md5 ($ attributes ['key ' ]),
9494 ]),
95- fn ($ values ) => $ values ->map ->attributes () // @phpstan-ignore method.notFound
95+ fn ($ values ) => $ values ->map ->attributes ()
9696 )
9797 ->chunk ($ this ->config ->get ('pulse.storage.database.chunk ' ));
9898
You can’t perform that action at this time.
0 commit comments