Open Issues Need Help
View All on GitHub Developer Tools • Hashing
Add `NoDiscard` attribute on mutation free methods about 1 month ago
AI Summary: The task is to add the `NoDiscard` attribute to methods within the `innmind/hash` library that do not modify the object's state (mutation-free). This is to leverage PHP's `NoDiscard` attribute, as described in the provided RFC, to improve code clarity and potentially catch errors where the return value of these methods is ignored unintentionally.
Complexity:
3/5
good first issue