Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 30, 2021
1 parent 9369332 commit 47549b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/configuration.md
Expand Up @@ -313,7 +313,7 @@ When `true`, Psalm will treat all classes as if they had sealed methods, meaning
>
```

When `true`, Psalm will treat all classes as if they had sealed properties, meaning that Psalm will disallow getting and setting any properties not contained in a list of `@property` (or `@property-read`/`@property-write`) annotations and not explicitly defined as a `property`. Defaults to false.
When `true`, Psalm will treat all classes as if they had sealed properties, meaning that Psalm will disallow getting and setting any properties not contained in a list of `@property` (or `@property-read`/`@property-write`) annotations and not explicitly defined as a `property`. Defaults to true if the [phpVersion][#phpVersion] is >= 8.2, false otherwise.

#### runTaintAnalysis

Expand Down

0 comments on commit 47549b5

Please sign in to comment.