Skip to content

Commit

Permalink
remove JmsSecurityExtraHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed Oct 1, 2024
1 parent 636eeb7 commit 3ef60f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
33 changes: 0 additions & 33 deletions Extractor/Handler/JmsSecurityExtraHandler.php

This file was deleted.

5 changes: 0 additions & 5 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<parameter key="nelmio_api_doc.twig.extension.extra_markdown.class">Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension</parameter>
<parameter key="nelmio_api_doc.doc_comment_extractor.class">Nelmio\ApiDocBundle\Util\DocCommentExtractor</parameter>

<parameter key="nelmio_api_doc.extractor.handler.jms_security.class">Nelmio\ApiDocBundle\Extractor\Handler\JmsSecurityExtraHandler</parameter>
<parameter key="nelmio_api_doc.extractor.handler.phpdoc.class">Nelmio\ApiDocBundle\Extractor\Handler\PhpDocHandler</parameter>

<parameter key="nelmio_api_doc.parser.collection_parser.class">Nelmio\ApiDocBundle\Parser\CollectionParser</parameter>
Expand Down Expand Up @@ -42,10 +41,6 @@

<!-- Extractor Annotation Handlers -->

<service id="nelmio_api_doc.extractor.handler.jms_security" class="%nelmio_api_doc.extractor.handler.jms_security.class%" public="false">
<tag name="nelmio_api_doc.extractor.handler"/>
</service>

<service id="nelmio_api_doc.extractor.handler.phpdoc" class="%nelmio_api_doc.extractor.handler.phpdoc.class%" public="false">
<argument type="service" id="nelmio_api_doc.doc_comment_extractor" />
<tag name="nelmio_api_doc.extractor.handler"/>
Expand Down

0 comments on commit 3ef60f2

Please sign in to comment.