php-parser/test/PhpParser/Node/Expr
Nikita Popov a45fb2a621 Add CallLike parent class
This provides a helper to determine whether a call is a first-class
callable, and a way to strip the args type to Arg[] if it isn't.
2021-09-12 22:29:08 +02:00
..
CallableLikeTest.php Add CallLike parent class 2021-09-12 22:29:08 +02:00