Skip to content

Commit

Permalink
Deprecations for StringTrim Filter
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Sep 3, 2024
1 parent 0188dfc commit 9c70cd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/StringTrim.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public function __construct($charlistOrOptions = null)
/**
* Sets the charList option
*
* @deprecated Since 2.38.0 Getters and setters will be removed in 3.0 in favour of passing options
* to the constructor
*
* @param string $charList
* @return self Provides a fluent interface
*/
Expand All @@ -61,6 +64,9 @@ public function setCharList($charList)
/**
* Returns the charList option
*
* @deprecated Since 2.38.0 Getters and setters will be removed in 3.0 in favour of passing options
* to the constructor
*
* @return string|null
*/
public function getCharList()
Expand Down

0 comments on commit 9c70cd7

Please sign in to comment.