Open Issues Need Help
View All on GitHub Software Development • Time Management Tool
Add `NoDiscard` attribute on methods returning `Attempt<SideEffect>` about 1 month ago
AI Summary: The task is to add the `NoDiscard` attribute to methods within the `innmind/time-warp` library that return an `Attempt<SideEffect>`. This is to comply with the PHP RFC regarding marking return values as important, preventing accidental discarding of potential errors or side effects.
Complexity:
2/5
good first issue