Skip to content

Commit

Permalink
Fix typo in configuration.md (#5805)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshifp authored May 20, 2021
1 parent 964c91c commit 110c9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 110c9ef

Please sign in to comment.