1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix typo in configuration.md (#5805)

This commit is contained in:
yoshifp 2021-05-21 00:58:17 +10:00 committed by GitHub
parent 964c91c502
commit 110c9ef4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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