qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.64k stars 134 forks source link

do not crash the GraphViz formatter if no config is given #1251

Closed xabbuh closed 1 year ago

xabbuh commented 1 year ago

PR #951 did not fully fix #949. Reason for this is that the Symfony container compiler skips loading extensions for which no configuration has been made. This in turn means that the Deptrac Configuration class is never processed and its default values are not being populated.