Open Issues Need Help
View All on GitHub Software Development • Debugging Tools
Add `NoDiscard` attribute on mutation free methods about 1 month ago
AI Summary: The task is to add the `NoDiscard` attribute to methods within the `innmind/stacktrace` project that do not modify the object's state (mutation-free). This is based on the PHP RFC regarding marking return values as important to prevent accidental discarding of results. The goal is to improve code clarity and prevent potential errors by explicitly indicating that the return value of these methods should be used.
Complexity:
3/5
good first issue