Наследование: implements SensioLabs\DeprecationDetector\Violation\Renderer\RendererInterface
 /**
  * @param OutputInterface $output
  * @param MessageHelper   $messageHelper
  */
 public function __construct(OutputInterface $output, MessageHelper $messageHelper)
 {
     parent::__construct($output, $messageHelper);
 }