From 27c7b774ffed1be69f670574f7bdcfc0a39420c7 Mon Sep 17 00:00:00 2001 From: jens1o Date: Mon, 7 Aug 2017 23:44:37 +0200 Subject: [PATCH] Add Functionlike interface Microsoft/tolerant-php-parser#162 --- src/FunctionLike.php | 13 +++++++++++++ .../AnonymousFunctionCreationExpression.php | 3 ++- src/Node/MethodDeclaration.php | 3 ++- src/Node/Statement/FunctionDeclaration.php | 3 ++- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 src/FunctionLike.php diff --git a/src/FunctionLike.php b/src/FunctionLike.php new file mode 100644 index 00000000..73580bf0 --- /dev/null +++ b/src/FunctionLike.php @@ -0,0 +1,13 @@ +