| Total Complexity | 7 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class BacktraceIgnoreMatcher |
||
| 15 | { |
||
| 16 | public static function isIgnoredByFile(array $backtrace, array $patterns): bool |
||
| 24 | } |
||
| 25 | |||
| 26 | public static function isIgnoredByClass(array $backtrace, array $classes): bool |
||
| 29 | } |
||
| 30 | |||
| 31 | public static function doesStringMatchPattern(string $string, array $patterns): bool |
||
| 41 |