Open Issues Need Help
View All on GitHub Software Development • Version Control Systems
Add `NoDiscard` attribute on all methods about 1 month ago
AI Summary: Add the `NoDiscard` attribute to all methods within the Innmind/Git PHP library to prevent accidental discarding of return values, as per the PHP RFC on marking return values as important. This involves modifying the existing codebase to include this attribute where appropriate.
Complexity:
4/5
good first issue