We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db42bbf commit 315332cCopy full SHA for 315332c
src/Filters/Trim.php
@@ -13,7 +13,7 @@ class Trim implements Filter
13
* string. If the input is not a string, it is returned unchanged.
14
*
15
* @param mixed $value The value to trim (typically a string)
16
- * @param array<int, mixed> $options Optional filter options (currently unused)
+ * @param array<int, mixed> $options Optional filter options (currently unused)
17
* @return mixed The trimmed string or original value if not a string
18
*/
19
public function apply(mixed $value, array $options = []): mixed
0 commit comments