File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/Event/Events/Test/Lifecycle Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<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" />
5
5
<phar name =" psalm" version =" ^5.26" installed =" 5.26.1" location =" ./tools/psalm" copy =" true" />
6
6
<phar name =" humbug/php-scoper" version =" ^0.18" installed =" 0.18.15" location =" ./tools/php-scoper" copy =" true" />
7
7
<phar name =" composer" version =" ^2.8" installed =" 2.8.3" location =" ./tools/composer" copy =" true" />
Original file line number Diff line number Diff line change 11
11
12
12
use const PHP_EOL ;
13
13
use function sprintf ;
14
- use PHPUnit \Event \Code ;
15
14
use PHPUnit \Event \Code \ClassMethod ;
16
15
use PHPUnit \Event \Event ;
17
16
use PHPUnit \Event \Telemetry ;
@@ -49,7 +48,7 @@ public function testMethod(): ClassMethod
49
48
}
50
49
51
50
/**
52
- * @psalm-return list<Code\ ClassMethod>
51
+ * @psalm-return list<ClassMethod>
53
52
*/
54
53
public function calledMethods (): array
55
54
{
You can’t perform that action at this time.
0 commit comments