1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix typo: mosts costs -> most costs (#2394)

This commit is contained in:
Jeroen De Dauw 2019-11-30 06:07:18 +01:00 committed by Matthew Brown
parent a179076de5
commit 4b597d4ef9
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
<PossiblyUndefinedMethod errorLevel="info" />
<PossibleRawObjectIteration errorLevel="info" />
<!-- level 5 issues - should be avoided at mosts costs... -->
<!-- level 5 issues - should be avoided at most costs... -->
<ForbiddenCode errorLevel="info" />
<ImplicitToStringCast errorLevel="info" />

View File

@ -92,7 +92,7 @@
<PossiblyUndefinedMethod errorLevel="info" />
<PossibleRawObjectIteration errorLevel="info" />
<!-- level 5 issues - should be avoided at mosts costs... -->
<!-- level 5 issues - should be avoided at most costs... -->
<ForbiddenCode errorLevel="info" />
<ImplicitToStringCast errorLevel="info" />

View File

@ -92,7 +92,7 @@
<PossiblyUndefinedMethod errorLevel="info" />
<PossibleRawObjectIteration errorLevel="info" />
<!-- level 5 issues - should be avoided at mosts costs... -->
<!-- level 5 issues - should be avoided at most costs... -->
<ForbiddenCode errorLevel="info" />
<ImplicitToStringCast errorLevel="info" />