Skip to content

Commit 315332c

Browse files
committed
lint fix
1 parent db42bbf commit 315332c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filters/Trim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Trim implements Filter
1313
* string. If the input is not a string, it is returned unchanged.
1414
*
1515
* @param mixed $value The value to trim (typically a string)
16-
* @param array<int, mixed> $options Optional filter options (currently unused)
16+
* @param array<int, mixed> $options Optional filter options (currently unused)
1717
* @return mixed The trimmed string or original value if not a string
1818
*/
1919
public function apply(mixed $value, array $options = []): mixed

0 commit comments

Comments
 (0)