Ferran Perxas
Ferran Perxas
Hi, I'm sure that those will also be checked but I'm attaching a few more that I'm getting myself just in case. ``` PHP message: PHP Deprecated: CoinGate\BaseClient::setApiKey(): Implicitly marking...
I don't think this is about the namespace. If you change the names of the Resources classes it will also fail. ``` App\Resource\V1\ObjectResource -> App\Resource\V1\AnotherObjectResource App\Resource\V1\RoleResource-> App\Resource\V1\AnotherRoleResource ``` It's more...
I think that there are two possible "issues" or things to comment. I'll provide a new yaml for testing to explain myself: ```yaml en: NONAMESPACE: Include Entity without Namespace Invalid:...
Hi, is it possible that you are trying to transform B object to BMapped object through the `#[Map(transform: BMapped::class)]` attribute? I don't think it is meant to be used that...
well, indeed it seems that the example provided is nearly the same as the one in this PR comment: https://github.com/symfony/symfony/pull/62377#issuecomment-3549214573 although in that comment they don't seem to use the...
I don't think that you can use `transform` to change the type from `B` to `BMapped` (if it is possible I have missed it from the docs), you can change...
Please correct me if I'm wrong but I think that the helper hint it's only provided if you use the `SymfonyQuestionHelper` and not the `SymfonyStyle`, something like this: ```php protected...
I'm a native speaker too. I kept `anchura` instead of `ancho` because `altura` instead of `alto` was used throughout the file and because the reviewers on #62239 requested the change....