🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:27:04 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
ChangesReporting
/
Contract
/
Output
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/ChangesReporting/Contract/Output
🔄 Refresh
✏️
Editing: OutputFormatterInterface.php
Read Only
<?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 Changes
❌ Cancel