1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Security Access Control List

AI Summary: The task is to implement the `NoDiscard` attribute on methods of the Innmind/ACL library that do not modify the object's state (mutation-free methods). This is to leverage PHP's return value type hinting to ensure that the return values of these methods are used, preventing potential errors where the return value is ignored. The goal is to improve code clarity and prevent accidental misuse of the library.

Complexity: 2/5
good first issue