fre5h / DoctrineEnumBundle

📦 Provides support of ENUM type for Doctrine in Symfony applications.
https://github.com/fre5h/DoctrineEnumBundle
MIT License
459 stars 75 forks source link

Fix docs according to the latest bundle updates #208

Closed goodjinny closed 2 years ago

goodjinny commented 2 years ago

Have updated a bundle to the latest version and have got an error: #message: "Compile Error: Type of App\DBAL\Types\PaymentStatusType::$choices must be array (as in class Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType)" Property definition in parent class has changed but it is not reflected in the documentation.

This PR updates doc according to that issue.

fre5h commented 2 years ago

@goodjinny Thank you for good catch