Skip to content

Commit b0554fa

Browse files
committed
Fixed build
1 parent bbc05d8 commit b0554fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "~7.1",
20-
"phpstan/phpstan": "^0.11",
20+
"phpstan/phpstan": "^0.11.6",
2121
"nikic/php-parser": "^4.0"
2222
},
2323
"require-dev": {

Diff for: tests/Type/BeberleiAssert/AssertTypeSpecifyingExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function testExtension(): void
174174
104,
175175
],
176176
[
177-
'Variable $aa is: PHPStan\Type\BeberleiAssert\Foo',
177+
'Variable $aa is: PHPStan\Type\BeberleiAssert\Foo|string',
178178
107,
179179
],
180180
[

0 commit comments

Comments
 (0)