1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

minor: typo in message (#3960)

This commit is contained in:
the-toster 2020-08-08 15:08:57 +03:00 committed by GitHub
parent 04b6dfdc5b
commit 3a1c861c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class MethodCallPurityAnalyzer
) {
if (IssueBuffer::accepts(
new ImpureMethodCall(
'Cannot call an mutation-free method '
'Cannot call a non-mutation-free method '
. $cased_method_id . ' from a pure context',
new CodeLocation($statements_analyzer, $stmt->name)
),