Skip to content

Commit 876574c

Browse files
committed
Fix build
1 parent a567f7b commit 876574c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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.2 || ^8.0",
10-
"phpstan/phpstan": "^1.12"
10+
"phpstan/phpstan": "^1.12.4"
1111
},
1212
"require-dev": {
1313
"nikic/php-parser": "^4.13.0",

tests/Rules/Cast/UselessCastRuleTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function testUselessCast(): void
5050
[
5151
'Casting to string something that\'s already string.',
5252
39,
53-
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
5453
],
5554
[
5655
'Casting to string something that\'s already string.',

0 commit comments

Comments
 (0)