From 110c9ef4e12c1247e7a87d51796e0a0b2fa26ef9 Mon Sep 17 00:00:00 2001 From: yoshifp Date: Fri, 21 May 2021 00:58:17 +1000 Subject: [PATCH] Fix typo in configuration.md (#5805) --- docs/running_psalm/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running_psalm/configuration.md b/docs/running_psalm/configuration.md index 07856fe4b..1150e08ce 100644 --- a/docs/running_psalm/configuration.md +++ b/docs/running_psalm/configuration.md @@ -159,7 +159,7 @@ When `true`, strings can be used as classes, meaning `$some_string::someMethod() memoizeMethodCallResults="[bool]" > ``` -When `true`, the results of method calls without arguments passed arguments are remembered between repeated calls of that method on a given object. Defaults to `false`. +When `true`, the results of method calls without arguments passed are remembered between repeated calls of that method on a given object. Defaults to `false`. #### hoistConstants