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

Open Issues Need Help

View All on GitHub
Data Types Type Definition

AI Summary: Implement the PHP `NoDiscard` attribute on methods within the `innmind/type` library that do not modify the object's state (mutation-free). This is to comply with the PHP RFC aiming to mark return values as important, improving code clarity and preventing accidental discarding of potentially important return values.

Complexity: 3/5
good first issue