Alexandre Daubois

Results 65 comments of Alexandre Daubois

I'd say the "assert" word really implies something that must fail if it is not true (like the `assert()` PHP function). I find it personally "stronger" than "constraint", but I...

This should be put on hold, because the PR introduces a breaking change. The implementation is likely to change from what it is now.

I think this is super internal and can be closed 🙂

The property_exists is used to check whether a property with a `.` exists in the object or not. It is an edge case, only possible when casting an array to...