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

Open Issues Need Help

View All on GitHub
Software Development Debugging Tools

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