You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/running_psalm/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,7 @@ When `true`, Psalm will treat all classes as if they had sealed properties, mean
387
387
>
388
388
```
389
389
390
-
When `true`, Psalm will run [Taint Analysis](../security_analysis/index.md) on your codebase. This config is the same as if you were running Psalm with `--taint-analysis`.
390
+
When `true` (the default), Psalm will run [Taint Analysis](../security_analysis/index.md) on your codebase. This config is the same as if you were running Psalm with `--taint-analysis`.
0 commit comments