absolute-quantum / DoctrineEncryptBundle

:key: Encrypted symfony entities by verified and standardized libraries
https://packagist.org/packages/michaeldegroot/doctrine-encrypt-bundle
MIT License
142 stars 74 forks source link

Fix symfony 5.4 depreciation messages #60

Closed pilumit closed 2 years ago

pilumit commented 2 years ago

To safely upgrade to SF 6 these two depreciations need to be fixed: Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Ambta\DoctrineEncryptBundle\Command\DoctrineEncryptDatabaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message. Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Ambta\DoctrineEncryptBundle\Command\DoctrineDecryptDatabaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message. Thank you for making these small fixes! Already in pull requst #41 Could this request be merged?