Open Issues Need Help
View All on GitHub Visualization • Graph Visualization
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/graphviz` library that do not modify the object's state (mutation-free). This is to leverage PHP's `NoDiscard` feature (as described in the provided RFC) and improve code clarity and static analysis by explicitly indicating that the return value of these methods should not be ignored.
Complexity:
3/5
good first issue