This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Analyser/Ignore/IgnoredErrorHelper.php b/src/Analyser/Ignore/IgnoredErrorHelper.php | |
index 068114767..bff07c108 100644 | |
--- a/src/Analyser/Ignore/IgnoredErrorHelper.php | |
+++ b/src/Analyser/Ignore/IgnoredErrorHelper.php | |
@@ -68,9 +68,9 @@ class IgnoredErrorHelper | |
continue; | |
} | |
- $key = ''; | |
+ $key = $ignoreError['path']; |
OlderNewer