symfony / security-acl

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

Fix return types on AclCacheInterface #74

Closed derrabus closed 3 years ago

derrabus commented 3 years ago

Looking at the implementation, it appears to be expected that these methods return null on cache misses.

wouterj commented 3 years ago

I agree. Thanks @derrabus!