Skip to content

Commit c38988d

Browse files
committed
Fixed build
1 parent 3460f5e commit c38988d

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
@@ -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": {

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function testExtension(): void
138138
107,
139139
],
140140
[
141-
'Variable $aa is: PHPStan\Type\WebMozartAssert\Foo',
141+
'Variable $aa is: PHPStan\Type\WebMozartAssert\Foo|string',
142142
110,
143143
],
144144
[

0 commit comments

Comments
 (0)