Skip to content

Commit 5db7d8b

Browse files
committed
Revert "Added is_a() to TypeSpecifyingFunctionsDynamicReturnTypeExtension"
This reverts commit 50d94e3.
1 parent 0f62764 commit 5db7d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/Php/TypeSpecifyingFunctionsDynamicReturnTypeExtension.php

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function isFunctionSupported(FunctionReflection $functionReflection): boo
6565
'is_scalar',
6666
'is_string',
6767
'is_subclass_of',
68-
'is_a',
6968
'is_countable',
7069
], true);
7170
}

0 commit comments

Comments
 (0)