Dependency injection

dependency-injection service-locator
1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Software Design Dependency Injection

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

Dependency injection

PHP
#dependency-injection#service-locator