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

Open Issues Need Help

View All on GitHub
Data Structures JSON Parsing

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