Timothée Barray
Timothée Barray
We should separate more efficiently the 4 Layers : - Presentation => Will be Symfony Bundle - Application => List all Command and Handler - Domain => No change -...
As we will never edit an event we can use read-only entity
I think creating a different issue from #65 is a better idea. # Current problem ``` var_dump(new \Ds\Set([1, 3]) == new \Ds\Set([1, 2, 3])); // true ``` it makes me...
Fix #67 I also introduced a more complete (and revamped) test suite on the SqsConsumer to help understanding and futures evolutions To achieve that I needed prophecy because of limitation...
Hello ! We had few weird issues since we enabled partialBatchFailure. The main idea is we had some messages that were handled successfully by Symfony BUT requeue in SQS. The...
Fix #30
We use this kind of config : ```php 'PedroTroller/line_break_between_method_arguments' => ['max-args' => false, 'max-length' => 120, 'automatic-argument-merge' => false, 'inline-attributes' => false], ``` Ans since latest release, it want to...
Waiting for PR ;)
When adding the step `print response` without making any request we get: ``` Type error: Argument 1 passed to Rezzza\RestApiBehatExtension\Rest\HttpExchangeFormatter::__construct() must implement interface Psr\Http\Message\RequestInterface, null given, called in /varvendor/rezzza/rest-api-behat-extension/src/RestApiContext.php on...