GraphViz
GraphViz copied to clipboard
This PR: * [x] Fix bug #33 * [x] Adds 2 interfaces. * [x] Adds 1 trait. * [ ] Update code style. * [ ] Adds `.editorconfig` configuration file....
If the graph is a digraph, edges should be rendered: `edge1 -> edge2` else `edge1 -- edge2` Right now, that logic is not implemented.
and remove not useful badge
See ``` PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/runner/work/cakephp-statemachine/cakephp-statemachine/vendor/phpdocumentor/graphviz/src/phpDocumentor/GraphViz/Graph.php on line 354 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in...
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.11.9 Bleeding edge 🔪 RegularExpressionPatternRule: validate preg_quote'd patterns (#3270), thanks @staabm! No implicit wildcard...