From 8076db9c447fba18d01a83dae7bd230eb4f02c6f Mon Sep 17 00:00:00 2001 From: orklah Date: Tue, 29 Dec 2020 12:43:07 +0100 Subject: [PATCH] [Doc] Add an example to explain how to handle plugin issues (#4908) --- docs/running_psalm/dealing_with_code_issues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/running_psalm/dealing_with_code_issues.md b/docs/running_psalm/dealing_with_code_issues.md index 33f5dee01..983f2f5f2 100644 --- a/docs/running_psalm/dealing_with_code_issues.md +++ b/docs/running_psalm/dealing_with_code_issues.md @@ -55,7 +55,8 @@ Some issue types allow the use of `referencedMethod`, `referencedClass` or `refe - + + ```