From ea6875a556f7c1469512b22d9e39aa7cc793e38f Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 21 Mar 2018 11:56:43 -0400 Subject: [PATCH] Add description of referencedClass and referencedMethod --- docs/dealing_with_code_issues.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/dealing_with_code_issues.md b/docs/dealing_with_code_issues.md index 302548b2d..4fc6e7ba7 100644 --- a/docs/dealing_with_code_issues.md +++ b/docs/dealing_with_code_issues.md @@ -22,6 +22,8 @@ There are two ways to suppress an issue – via the Psalm config or via a functi You can use the `` tag in the config file to influence how issues are treated. +Some issue types allow the use of `referencedMethod` and `referencedClass` to isolate known trouble spots. + ```xml @@ -32,6 +34,17 @@ You can use the `` tag in the config file to influence how issues + + + + + + + + + + + ```