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

Open Issues Need Help

View All on GitHub
Developer Tools Hashing

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

Files incremental hash

PHP