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

Open Issues Need Help

View All on GitHub
Software Development Data Encoding

AI Summary: Implement the `NoDiscard` attribute on methods within the `innmind/encoding` library that do not modify the object's state, as per the PHP RFC on marking return values as important. This ensures that the return values of these methods are not optimized away by the compiler, preventing potential issues.

Complexity: 4/5
good first issue