Files
appwrite/app/controllers/api
Claude 82d7926c4b fix: use User type hint instead of Document for $user parameter
PHPStan correctly flagged that Document::isPrivileged() doesn't exist.
Changed type hints from Document $user to User $user in all action
signatures where $user::isPrivileged() is called, since the runtime
instance is always a User (or subclass).

https://claude.ai/code/session_01JLPDurUgyj7qViA8JqQFTH
2026-03-26 02:47:38 +00:00
..
2026-03-23 11:52:40 +01:00
2026-03-19 22:54:45 +01:00
2026-03-19 22:54:45 +01:00
2026-03-19 22:54:45 +01:00