Open Issues Need Help
View All on GitHub DevOps • AWS S3 Management
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/S3 PHP library that return an `Attempt<SideEffect>`. This is to improve code clarity and prevent accidental discarding of side effects, as per the PHP RFC on marking return values as important.
Complexity:
3/5
good first issue