From 19eed8d5815679c46aa1ca800823aa9e37ff920d Mon Sep 17 00:00:00 2001 From: stephanbouman <67788644+stephanbouman@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:29:03 +0200 Subject: [PATCH] Fixed typos (#1819) * Fixed typo in message * Fixed typo in message --- src/Plugins/Tia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Tia.php b/src/Plugins/Tia.php index 401d6f0c..9d593789 100644 --- a/src/Plugins/Tia.php +++ b/src/Plugins/Tia.php @@ -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.'); } /**