diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e24837..e976edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ master add-php-8-attributes-support ] pull_request: - branches: [ master ] + branches: [ master add-php-8-attributes-support ] permissions: contents: read diff --git a/src/Service/Annotation/ReflectionMethodWrapper.php b/src/Service/Annotation/ReflectionMethodWrapper.php new file mode 100644 index 0000000..730aa1d --- /dev/null +++ b/src/Service/Annotation/ReflectionMethodWrapper.php @@ -0,0 +1,15 @@ +