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

Open Issues Need Help

View All on GitHub
Developer Tools String Manipulation

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

PHP
#rfc-6570