BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
ChangesReporting
/
Contract
/
Output
📤 Upload
📝 New File
📁 New Folder
Close
Editing: OutputFormatterInterface.php
<?php declare (strict_types=1); namespace Rector\ChangesReporting\Contract\Output; use Rector\ValueObject\Configuration; use Rector\ValueObject\ProcessResult; interface OutputFormatterInterface { public function getName() : string; public function report(ProcessResult $processResult, Configuration $configuration) : void; }
Save
Cancel