(fix): relax processDocument collectionsCache PHPStan type annotation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jake Barnby
2026-04-01 20:20:15 +13:00
co-authored by Claude Opus 4.6
parent 1eb9c386f6
commit 09e8380328
@@ -407,7 +407,7 @@ abstract class Action extends DatabasesAction
* process relationship documents. Called from endpoint actions where
* the user-facing collection ID is available.
*
* @param array<string, array<Document>> $collectionsCache
* @param array<string, array<mixed>> $collectionsCache
*/
protected function processDocument(
Document $database,