Laurent VOULLEMIER
Laurent VOULLEMIER
When using faker on several classes (in a non-static way; in a test suite for instance), `Generator` instances can be garbage-collected at any-time. But if it occurs during values generation...
This PR fixes the container injection problem raised in #213 The best way to resolve that is still to remove the AbstractController dependency. But even though the probability is weak,...
To test if the user is not logged.
The links at container creation don't work. The option is added at the HostConfig level but this has not effect. The links should be added at the NetworkConfig level. This...
Hello 🙂 Would you be interested by a less front post talking about Let's Encrypt (especially Certbot usage) ?
This PR aims to allow Symfony 4 and Symfony 5 compatibility (although the bundle is already compatible with Symfony 4, the command is currently not automatically registered).
In the help screen, the title can be displayed instead of "arg 0". Add the same behavior on the error message when a required argument is missing.
What about using iterable type instead of array ? It will allow to return generators or custom result set implementations
Named parameters doesn't work for attributes nor annotations: What is working: `#[ParamDecrypt(['id'])]` or `@ParamDecrypt({"id"})` What is not working: `#[ParamDecrypt(params: ['id'])]` or `@ParamDecrypt(params={"id"})`
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets | #41892...