Alexandre Bonhomme

Results 4 comments of Alexandre Bonhomme

Totally agree with you. This feature is missing and the lack of documentation require reverse engineering on other module. For the record and to complete your explanations, you can also...

Hey @taylankasap ! I think the method your looking for is name [`forAll()`](https://github.com/doctrine/collections/blob/master/lib/Doctrine/Common/Collections/ArrayCollection.php#L321) The method should be named `forEach()` imho

Hello there, I'm facing the exact same problem during a refreshing access token (using refresh token). When I udpates the `$http.defaults.headers.common.Authorization` the `Authorization` header of the request isn't updated. I'm...