core
core copied to clipboard
feat(metadata): allow \Stringable for security parameters
| Q | A |
|---|---|
| Branch? | 3.2 |
| Tickets | Closes #6087 |
| License | MIT |
| Doc PR | N/A |
Allows passing \Stringable objects to security parameters of operations and resources. This enables users to use expressions in a more statical way. See https://github.com/api-platform/core/issues/6087
Failing tests seem to be unrelated with changes.