We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef434c commit 9ae7517Copy full SHA for 9ae7517
src/Reflection/SignatureMap/Php8SignatureMapProvider.php
@@ -64,9 +64,6 @@ public function __construct(
64
public function hasMethodSignature(string $className, string $methodName): bool
65
{
66
$lowerClassName = strtolower($className);
67
- if ($lowerClassName === 'backedenum') {
68
- return false;
69
- }
70
if (!array_key_exists($lowerClassName, $this->map->classes)) {
71
return $this->functionSignatureMapProvider->hasMethodSignature($className, $methodName);
72
}
0 commit comments