Open Issues Need Help
View All on GitHub Software Development • Validation and Testing
Add `NoDiscard` attribute on mutation free methods about 1 month ago
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