From ad929c35b27d402329b3cbe7235a0269226e0751 Mon Sep 17 00:00:00 2001 From: Zakhar Shokel Date: Mon, 10 Jun 2024 12:24:41 +0300 Subject: [PATCH] add legacy Paysera\Bundle\ApiBundle\Service\Annotation\ReflectionMethodWrapper to resolve the BC --- .github/workflows/ci.yml | 4 ++-- .../Annotation/ReflectionMethodWrapper.php | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/Service/Annotation/ReflectionMethodWrapper.php diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e24837..bccf4fe 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 @@ +