File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33## 0.3.1 Under development
44
55- Bug #14 : Update descriptions in stub classes to clarify purpose (@terabytesoftw )
6+ - Bug #15 : Clarify parameter descriptions in ` Message::getMessage() ` method in ` Message ` enum (@terabytesoftw )
67
78## 0.3.0 January 19, 2026
89
Original file line number Diff line number Diff line change @@ -41,11 +41,9 @@ enum Message: string
4141 /**
4242 * Returns the formatted message string for the error case.
4343 *
44- * Retrieves and formats the error message string by interpolating the provided arguments .
44+ * @param int|string ...$argument Values to insert into the message template .
4545 *
46- * @param int|string ...$argument Dynamic arguments to insert into the message.
47- *
48- * @return string Error message with interpolated arguments.
46+ * @return string Formatted error message with interpolated arguments.
4947 *
5048 * Usage example:
5149 * ```php
You can’t perform that action at this time.
0 commit comments