Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Make the filter method a public method
Browse files Browse the repository at this point in the history
which allows to use the filter methods in the templates.
  • Loading branch information
Klaus committed Mar 10, 2024
1 parent 391daa7 commit 58438f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruhrpottmetaller/Data/LowLevel/String/RmNullString.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function isEmpty(): bool
return true;
}

protected function filter(): RmNullString
public function filter(): RmNullString
{
return $this;
}
Expand Down

0 comments on commit 58438f7

Please sign in to comment.