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

Open Issues Need Help

View All on GitHub
Visualization Graph Visualization

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

PHP
#graphviz#graphviz-dot