e177fae2aac259046fd360ee350a9a95d57530cc
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / graphviz / services17.dot
1 digraph sc {
2   ratio="compress"
3   node [fontsize="11" fontname="Arial" shape="record"];
4   edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"];
5
6   node_service_container [label="service_container (Psr\Container\ContainerInterface, Symfony\Component\DependencyInjection\ContainerInterface)\nSymfony\\Component\\DependencyInjection\\ContainerInterface\n", shape=record, fillcolor="#eeeeee", style="filled"];
7   node_foo [label="foo\n%foo.class%\n", shape=record, fillcolor="#eeeeee", style="filled"];
8 }