Skip to content

Commit 935df91

Browse files
committed
Compatibility with latest PHPStan
1 parent 371a885 commit 935df91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.6"
10+
"phpstan/phpstan": "^0.12.40"
1111
},
1212
"require-dev": {
1313
"beberlei/assert": "^2.9.5",

tests/Type/BeberleiAssert/AssertTypeSpecifyingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testExtension(): void
9797
30,
9898
],
9999
[
100-
'Variable $g is: float|int|string',
100+
'Variable $g is: float|int|(string&numeric)',
101101
33,
102102
],
103103
[

0 commit comments

Comments
 (0)