Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Oct 18, 2024
1 parent 7c045d7 commit 79b1bdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/PropertyDescriber/DateTimePropertyDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@

namespace Nelmio\ApiDocBundle\PropertyDescriber;

use Nelmio\ApiDocBundle\ModelDescriber\DateTimeModelDescriber;
use OpenApi\Annotations as OA;
use Symfony\Component\PropertyInfo\Type;

/**
* @deprecated in favor of a model describer {@see DateTimeModelDescriber}
*/
class DateTimePropertyDescriber implements PropertyDescriberInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/PropertyDescriber/UuidPropertyDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
use Symfony\Component\PropertyInfo\Type;
use Symfony\Component\Uid\AbstractUid;

/**
* @deprecated in favor of a model describer {@see UuidModelDescriber}
*/
final class UuidPropertyDescriber implements PropertyDescriberInterface
{
/**
Expand Down

0 comments on commit 79b1bdc

Please sign in to comment.