Open Issues Need Help
View All on GitHub Data Types • Type Definition
Add `NoDiscard` attribute on mutation free methods about 1 month ago
AI Summary: Implement the PHP `NoDiscard` attribute on methods within the `innmind/type` library that do not modify the object's state (mutation-free). This is to comply with the PHP RFC aiming to mark return values as important, improving code clarity and preventing accidental discarding of potentially important return values.
Complexity:
3/5
good first issue