GeLoLabs
GeLoLabs
@soyuka Using the flag `openapi: false` would remove the operation from the OpenAPI spec. What I want is to keep the operation in the OpenAPI spec but skip the associated...
@soyuka I mean it exposes unwanted properties as I use deserialization / serialization groups everywhere on this ApiResource for all its operations except for the delete operation. Then, it ends...
I would also like to see something like this but IMHO, it should be nice to also handle generic `ErrorResource` (with no status code explicitely configured) such as: ```php #[ErrorResource]...
@soyuka @GwendolenLynch I'm not familiar with the project test suite. Can you point me where / how I can add tests about this feature ?
The issue comes from the "MatcherFactory", it builds an "ArrayMatcher" which uses an "OrMatcher" which don't use any "ArrayMatcher" in its chain and so this "OrMatcher" (which is different from...