chore : update project documentation and config

Update CLAUDE.md structure, add implementation plans, fix
config/reference.php and MeProvider comment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 23:39:30 +01:00
parent 81797e10c0
commit 8c56ee6dd7
4 changed files with 3783 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ final readonly class MeProvider implements ProviderInterface
public function provide(Operation $operation, array $uriVariables = [], array $context = []): User
{
/** @var User $user */
// @var User $user
return $this->security->getUser();
}
}