$fineTuning
$fineTuning :
DigraphCommand transforms a bunch of php files into a digraph and exports it into a report file.
It make also some code metrics about it.
processGraph(\Trismegiste\Mondrian\Graph\Graph $graph, \Symfony\Component\Console\Output\OutputInterface $output) : \Trismegiste\Mondrian\Graph\Graph
The method that does the job : it computes/decorates/redifines the graph passed in parameter.
\Trismegiste\Mondrian\Graph\Graph | $graph | |
\Symfony\Component\Console\Output\OutputInterface | $output |
the processed graph (the same or another)