Skip to content

Commit 90afd05

Browse files
Merge branch '11.5'
2 parents 6968b7a + d466684 commit 90afd05

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.29" installed="1.29.2" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.64" installed="3.64.0" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.65" installed="3.65.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.15" location="./tools/php-scoper" copy="true"/>
66
<phar name="composer" version="^2.8" installed="2.8.3" location="./tools/composer" copy="true"/>
77
<phar name="phpstan" version="^2.0" installed="2.0.2" location="./tools/phpstan" copy="true"/>

src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use const PHP_EOL;
1313
use function sprintf;
14-
use PHPUnit\Event\Code;
1514
use PHPUnit\Event\Code\ClassMethod;
1615
use PHPUnit\Event\Event;
1716
use PHPUnit\Event\Telemetry;
@@ -49,7 +48,7 @@ public function testMethod(): ClassMethod
4948
}
5049

5150
/**
52-
* @return list<Code\ClassMethod>
51+
* @return list<ClassMethod>
5352
*/
5453
public function calledMethods(): array
5554
{

tools/php-cs-fixer

12.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)