mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
(fix): relax processDocument collectionsCache PHPStan type annotation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1eb9c386f6
commit
09e8380328
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user