golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/ChangesReporting/Contract/Output
⬆️ Go Up
Upload
File/Folder
Size
Actions
OutputFormatterInterface.php
335 B
Del
OK
Edit: 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