Open Issues Need Help
View All on GitHub Security • Access Control List
Add `NoDiscard` attribute on mutation free methods about 1 month ago
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