Open Issues Need Help
View All on GitHub Developer Tools • File Monitoring
Add `NoDiscard` attribute on methods returning `Attempt` about 1 month ago
AI Summary: The task is to add the `NoDiscard` attribute to methods within the `innmind/file-watch` project that return an `Attempt` object. This is to comply with the PHP RFC regarding marking return values as important, preventing accidental discarding of potential errors.
Complexity:
2/5
good first issue