Skip to content

Commit c1918be

Browse files
committed
upgrade to phpstan/phpstan-phpunit 2.0.10
1 parent 7907643 commit c1918be

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

composer.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/PHPStan/Rules/Types/InvalidTypesInUnionRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testRuleOnUnionWithVoid(): void
3131
]);
3232
}
3333

34-
#[RequiresPhp('8.0')]
34+
#[RequiresPhp('>=8.0')]
3535
public function testRuleOnUnionWithMixed(): void
3636
{
3737
$this->analyse([__DIR__ . '/data/invalid-union-with-mixed.php'], [
@@ -70,7 +70,7 @@ public function testRuleOnUnionWithMixed(): void
7070
]);
7171
}
7272

73-
#[RequiresPhp('8.1')]
73+
#[RequiresPhp('>=8.1')]
7474
public function testRuleOnUnionWithNever(): void
7575
{
7676
$this->analyse([__DIR__ . '/data/invalid-union-with-never.php'], [

0 commit comments

Comments
 (0)