Open Issues Need Help
View All on GitHub Software Design • Dependency Injection
Add `NoDiscard` attribute on mutation free methods about 1 month ago
AI Summary: The task is to add the `NoDiscard` attribute to mutation-free methods within the Innmind/DI dependency injection library, as per the PHP RFC on marking return values as important. This involves identifying methods that don't modify the object's state and annotating them appropriately to improve code analysis and prevent accidental discarding of return values.
Complexity:
3/5
good first issue