Skip to content

Commit

Permalink
add legacy Paysera\Bundle\ApiBundle\Service\Annotation\ReflectionMeth…
Browse files Browse the repository at this point in the history
…odWrapper to resolve the BC
  • Loading branch information
Zakhar Shokel committed Jun 10, 2024
1 parent f5802b3 commit aef1c7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions src/Service/Annotation/ReflectionMethodWrapper.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

declare(strict_types=1);

namespace Paysera\Bundle\ApiBundle\Service\Annotation;

use Paysera\Bundle\ApiBundle\Service\RoutingLoader\ReflectionMethodWrapper as RoutingLoaderReflectionMethodWrapper;

/**
* @internal
* @deprecated Use {@link RoutingLoaderReflectionMethodWrapper} instead
*/
class ReflectionMethodWrapper extends RoutingLoaderReflectionMethodWrapper
{
}

0 comments on commit aef1c7c

Please sign in to comment.