symfony / security-acl

Symfony Security ACL Component
https://symfony.com/components/Security
MIT License
363 stars 48 forks source link

sf7 declaration incompatibility error fix #115

Open hgabka opened 5 months ago

hgabka commented 5 months ago

This fixes the Declaration incompatibility error in AclVoter class.

mareklauko commented 3 weeks ago

not a good solution as a lot of parent packages requered for PHP 7 which does not know mixed input type, but I did same way, there is need to update security-acl/composer.json, too and require PHP >=8