Skip to content

Commit 0322c32

Browse files
committed
Case-insensitive staticReflectionClassNamePatterns
1 parent 54dbdaa commit 0322c32

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

conf/config.neon

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ parameters:
9191
resultCachePath: %tmpDir%/resultCache.php
9292
resultCacheChecksProjectExtensionFilesDependencies: false
9393
staticReflectionClassNamePatterns:
94-
- '#^PhpParser\\#'
95-
- '#^PHPStan\\#'
96-
- '#^Hoa\\#'
97-
- '#^Symfony\\Polyfill\\Php80\\#'
98-
- '#^Symfony\\Polyfill\\Mbstring\\#'
99-
- '#^Symfony\\Polyfill\\Intl\\Normalizer\\#'
100-
- '#^Symfony\\Polyfill\\Php73\\#'
101-
- '#^Symfony\\Polyfill\\Php74\\#'
102-
- '#^Symfony\\Polyfill\\Php72\\#'
103-
- '#^Symfony\\Polyfill\\Intl\\Grapheme\\#'
104-
- '#^Composer\\#'
94+
- '#^PhpParser\\#i'
95+
- '#^PHPStan\\#i'
96+
- '#^Hoa\\#i'
97+
- '#^Symfony\\Polyfill\\Php80\\#i'
98+
- '#^Symfony\\Polyfill\\Mbstring\\#i'
99+
- '#^Symfony\\Polyfill\\Intl\\Normalizer\\#i'
100+
- '#^Symfony\\Polyfill\\Php73\\#i'
101+
- '#^Symfony\\Polyfill\\Php74\\#i'
102+
- '#^Symfony\\Polyfill\\Php72\\#i'
103+
- '#^Symfony\\Polyfill\\Intl\\Grapheme\\#i'
104+
- '#^Composer\\#i'
105105
dynamicConstantNames:
106106
- ICONV_IMPL
107107
- LIBXML_VERSION

0 commit comments

Comments
 (0)