Skip to content

Commit d1644c7

Browse files
committed
Fix build
1 parent 5e6f296 commit d1644c7

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",
10-
"phpstan/phpstan": "^0.12.6"
10+
"phpstan/phpstan": "^0.12.24"
1111
},
1212
"require-dev": {
1313
"consistence/coding-standard": "^3.7",

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function testExtension(): void
165165
126,
166166
],
167167
[
168-
'Variable $things is: array(\'foo\' => string, \'bar\' => string)',
168+
'Variable $things is: array(\'foo\' => string, ?\'bar\' => string)',
169169
131,
170170
],
171171
]);

0 commit comments

Comments
 (0)