Skip to content

Commit

Permalink
chore: 5.x remove UndocumentedArrayItemsException
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 8, 2024
1 parent d3d8d1a commit 43de6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
4 changes: 3 additions & 1 deletion UPGRADE-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ This parameter was deprecated since `4.25.2`

## BC BREAK: Removed `Nelmio\ApiDocBundle\Form\Extension::getExtendedType()`

## BC BREAK: Removed `null` as a possible type for parameter `$options` in `Nelmio\ApiDocBundle\Model\Model::__construct()` & `Nelmio\ApiDocBundle\Attribute\Model::__construct()`
## BC BREAK: Removed `null` as a possible type for parameter `$options` in `Nelmio\ApiDocBundle\Model\Model::__construct()` & `Nelmio\ApiDocBundle\Attribute\Model::__construct()`

## BC BREAK: Removed `Nelmio\ApiDocBundle\Exception\UndocumentedArrayItemsException`
58 changes: 0 additions & 58 deletions src/Exception/UndocumentedArrayItemsException.php

This file was deleted.

0 comments on commit 43de6d0

Please sign in to comment.