title | issue | author | author_email | author_github |
---|---|---|---|---|
Optimize EntityType |
NEXT-24511 |
Jan Matthiesen |
jmatthiesen81 |
- Added more specifying type declaration PHP dockblocks.
- Added class member definition
\Shopware\Core\Framework\Event\EventData\EntityType::$definitionClass
to improve code quality. - Changed class constructor
\Shopware\Core\Framework\Event\EventData\EntityType::__construct
to add the possibility to pass an object of\Shopware\Core\Framework\DataAbstractionLayer\EntityDefinition
to the constructor.