mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Skip faulty documentation key
This commit is contained in:
parent
127e66df65
commit
8f490f0f88
@ -209,6 +209,9 @@ class DocumentationTest extends TestCase
|
||||
case 'RedundantIdentityWithTrue':
|
||||
continue 2;
|
||||
|
||||
case 'TraitMethodSignatureMismatch':
|
||||
continue 2;
|
||||
|
||||
case 'InvalidFalsableReturnType':
|
||||
$ignored_issues = ['FalsableReturnStatement'];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user