Skip to content

Commit bb1ae66

Browse files
committed
Fix test
1 parent 571f292 commit bb1ae66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Type/BeberleiAssert/ImpossibleCheckTypeMethodCallRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function testExtension(): void
2727
[
2828
'Call to method Assert\AssertionChain::string() will always evaluate to true.',
2929
16,
30+
'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%</>.',
3031
],
3132
]);
3233
}

0 commit comments

Comments
 (0)