Open Issues Need Help
View All on GitHub Software Development • Data Encoding
Add `NoDiscard` attribute on mutation free methods about 1 month ago
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