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:
parent
964c91c502
commit
110c9ef4e1
@ -159,7 +159,7 @@ When `true`, strings can be used as classes, meaning `$some_string::someMethod()
|
|||||||
memoizeMethodCallResults="[bool]"
|
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
|
#### hoistConstants
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user