Fixed typos (#1819)

* Fixed typo in message

* Fixed typo in message
This commit is contained in:
stephanbouman
2026-08-03 17:29:03 +02:00
committed by GitHub
parent ad1850b110
commit 19eed8d581
+1 -1
View File
@@ -1065,7 +1065,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
{
$this->output->writeln('');
$this->renderChild('Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.');
$this->renderChild('Running in TIA mode, however TIA is skipped as it needs ext-pcov or Xdebug.');
}
/**