| Total Complexity | 6 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class BacktraceIgnoreMatcher |
||
| 17 | { |
||
| 18 | public static function isIgnoredByFile(array $backtrace, array $patterns): bool |
||
| 26 | } |
||
| 27 | |||
| 28 | public static function isIgnoredByClass(array $backtrace, array $classes): bool |
||
| 31 | } |
||
| 32 | |||
| 33 | public static function doesStringMatchPattern(string $string, array $patterns): bool |
||
| 41 |