Skip to content

Commit

Permalink
Added is_countable() to TypeSpecifyingFunctionsDynamicReturnTypeExt…
Browse files Browse the repository at this point in the history
…ension
  • Loading branch information
ondrejmirtes committed Apr 13, 2020
1 parent 50d94e3 commit 8a894c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function isFunctionSupported(FunctionReflection $functionReflection): boo
'is_string',
'is_subclass_of',
'is_a',
'is_countable',
], true);
}

Expand Down

0 comments on commit 8a894c5

Please sign in to comment.