1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Software Development Time Management Tool

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