Skip to content

Commit

Permalink
minor: typo in message (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-toster committed Aug 8, 2020
1 parent 04b6dfd commit 3a1c861
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public static function analyze(
) {
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)
),
Expand Down

0 comments on commit 3a1c861

Please sign in to comment.