Open Issues Need Help
View All on GitHub Data Structures • JSON Parsing
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/JSON library that do not modify the object's state (mutation-free). This is to leverage PHP's new feature for marking return values as important, improving code clarity and potentially catching errors related to ignored return values.
Complexity:
3/5
good first issue