Open Issues Need Help
View All on GitHub Developer Tools • String Manipulation
Add `NoDiscard` attribute on mutation free methods about 1 month ago
AI Summary: The task is to implement the `NoDiscard` attribute on methods within the `innmind/url-template` PHP library that do not modify the object's state (mutation-free). This is based on the PHP RFC proposing the `NoDiscard` attribute to mark return values as important, preventing accidental discarding of results. The goal is to improve code clarity and prevent potential errors.
Complexity:
3/5
good first issue