Skip to content

Commit 24e1104

Browse files
committed
Revert "Skip getallheaders polyfill with wrong PHPDoc"
This reverts commit 2908c63.
1 parent 2908c63 commit 24e1104

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Reflection/BetterReflection/SourceLocator/SkipPolyfillSourceLocator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public function locateIdentifier(Reflector $reflector, Identifier $identifier):
3434
$fileName = $reflection->getFileName();
3535
if ($fileName !== null) {
3636
$normalized = str_replace('\\', '/', $fileName);
37-
if (str_contains($normalized, '/ralouphie/getallheaders/src/getallheaders.php')) {
38-
return null;
39-
}
4037
if (str_contains($normalized, '/symfony/polyfill-php80/') && $this->phpVersion->getVersionId() >= 80000) {
4138
return null;
4239
}

0 commit comments

Comments
 (0)