Skip to content

Commit

Permalink
fix(#2291): symfony 7.1 - deprecation Symfony\Component\HttpKernel\De…
Browse files Browse the repository at this point in the history
…pendencyInjection\Extension (#2312)

| Q | A |

|---------------|---------------------------------------------------------------------------------------------------------------------------|
| Bug fix? | no |
| New feature?  | no |
| Deprecations? | no                                                   |
| Issues        | Fix #2291 |

Co-authored-by: dmamchyts <dmitry.mamchyts@hitapps.com>
  • Loading branch information
mamchyts and dmamchyts committed Jul 17, 2024
1 parent 5a289d8 commit 4f3c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/NelmioApiDocExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\ServiceLocator;
use Symfony\Component\HttpKernel\Attribute\MapQueryParameter;
use Symfony\Component\HttpKernel\Attribute\MapQueryString;
use Symfony\Component\HttpKernel\Attribute\MapRequestPayload;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\Routing\RouteCollection;

final class NelmioApiDocExtension extends Extension implements PrependExtensionInterface
Expand Down

0 comments on commit 4f3c4f2

Please sign in to comment.