Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1172 Removed constructor property promotion to fix compatibility…
… with PHP 7.x (webhdx) This PR was merged into the 2.x branch. Discussion ---------- Removed constructor property promotion to fix compatibility with PHP 7.x Looks like #1041 introduced PHP 7.x incompatible change. The issue is constructor property promotion in `\Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand` class. Commits ------- dd21e04 Removed constructor property promotion to fix compatibility with PHP 7.x
- Loading branch information