diff --git a/.phive/phars.xml b/.phive/phars.xml index c2bbf167cc0..b46defffd10 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,7 +1,7 @@ - + diff --git a/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php b/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php index 0036e4089c5..bd521dfbcd3 100644 --- a/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php +++ b/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php @@ -11,7 +11,6 @@ use const PHP_EOL; use function sprintf; -use PHPUnit\Event\Code; use PHPUnit\Event\Code\ClassMethod; use PHPUnit\Event\Event; use PHPUnit\Event\Telemetry; @@ -49,7 +48,7 @@ public function testMethod(): ClassMethod } /** - * @psalm-return list + * @psalm-return list */ public function calledMethods(): array { diff --git a/tools/php-cs-fixer b/tools/php-cs-fixer index d071fa55254..e08a0ea9f64 100755 Binary files a/tools/php-cs-fixer and b/tools/php-cs-fixer differ