$fineTuning
$fineTuning :
LiskovCommand transforms a bunch of php files into a reduced digraph to the LSP violation to refactor (mandatory before ISP)
Design pattern : Template Method
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)