/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Console
NameSizeModeActions
Command/-0755rm
Formatter/-0755rm
Output/-0755rm
Style/-0755rm
ConsoleApplication.php38670644editdlrm
ExitCode.php3880644editdlrm
Notifier.php12590644editdlrm
ProcessConfigureDecorator.php19600644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Console/Notifier.php (1259B)
= 80000) { return; } $message = \sprintf('The "%s()" method uses named arguments. Its suitable for PHP 8.0+. In lower PHP versions, use "withSets([...])" method instead', $calledMethod); $symfonyStyle = new SymfonyStyle(new ArgvInput(), new ConsoleOutput()); $symfonyStyle->warning($message); \sleep(3); } public static function notifyWithPhpSetsNotSuitableForPHP80() : void { if (\PHP_VERSION_ID >= 80000) { return; } $message = 'The "withPhpSets()" method uses named arguments. Its suitable for PHP 8.0+. Use more explicit "withPhp53Sets()" ... "withPhp74Sets()" in lower PHP versions instead.'; $symfonyStyle = new SymfonyStyle(new ArgvInput(), new ConsoleOutput()); $symfonyStyle->warning($message); \sleep(3); } }