From 05f63ef16a50de8b5192887af3de5df4b63c2245 Mon Sep 17 00:00:00 2001 From: orklah Date: Wed, 20 Oct 2021 07:06:44 +0200 Subject: [PATCH] wording --- 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 04f12fc70..1318cf5c4 100644 --- a/docs/running_psalm/configuration.md +++ b/docs/running_psalm/configuration.md @@ -143,7 +143,7 @@ Setting this to `false` means that any function calls will cause Psalm to forget ``` Allows you to specify whether or not to use the typed iterator docblock format supported by PHP Storm e.g. `ArrayIterator|string[]`, which Psalm transforms to `ArrayIterator`. Defaults to `false`. -This config is deprecated and will be removed in Psalm v5 +This flag is deprecated and will be removed in Psalm v5 #### allowStringToStandInForClass