vendor/nelmio/api-doc-bundle/src/Annotation/Model.php line 14

Open in your IDE?
  1. <?php
  2. /*
  3. * This file is part of the NelmioApiDocBundle package.
  4. *
  5. * (c) Nelmio
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. namespace Nelmio\ApiDocBundle\Annotation;
  11. trigger_deprecation('nelmio/api-doc-bundle', '4.32.3', 'The "%s" class is deprecated and will be removed in 5.0. Use the "\Nelmio\ApiDocBundle\Attribute\Model" attribute instead.', Model::class);
  12. /**
  13. * @Annotation
  14. */
  15. #[\Attribute(\Attribute::TARGET_METHOD)]
  16. final class Model extends \Nelmio\ApiDocBundle\Attribute\Model
  17. {
  18. }