1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Software Development Validation and Testing

AI Summary: The task is to add the `NoDiscard` attribute to methods in the `innmind/validation` PHP package that do not modify the object's state (mutation-free). This is to improve code clarity and leverage the new PHP feature for marking return values as important, as suggested in the linked RFC. This involves identifying these methods and adding the attribute to their signatures.

Complexity: 3/5
good first issue