Skip to content

Commit 719bc82

Browse files
committed
Fix
1 parent c500936 commit 719bc82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
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.85"
10+
"phpstan/phpstan": "^0.12.92"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",

tests/Type/WebMozartAssert/data/data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function doFoo($a, $b, array $c, iterable $d, $e, $f, $g, $h, $i, $j, $k,
114114
\PHPStan\Testing\assertType('array<*NEVER*>', $ab);
115115

116116
Assert::stringNotEmpty($ac);
117-
\PHPStan\Testing\assertType('string', $ac);
117+
\PHPStan\Testing\assertType('non-empty-string', $ac);
118118

119119
Assert::integerish($ad);
120120
\PHPStan\Testing\assertType('float|int|(string&numeric)', $ad);

0 commit comments

Comments
 (0)