mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-02 18:14:42 +02:00
refactor: remove unused method
This commit is contained in:
parent
76084cdcca
commit
8982995445
2 changed files with 0 additions and 28 deletions
|
@ -3,7 +3,6 @@ The `FormatAbstract` class implements the [`FormatInterface`](../08_Format_API/0
|
|||
* [setContentType](#the-setcontenttype-function)
|
||||
* [callContentType](#the-callcontenttype-function)
|
||||
* [sanitizeHtml](#the-sanitizehtml-function)
|
||||
* [array_trim](#the-array_trim-function)
|
||||
|
||||
# Functions
|
||||
|
||||
|
@ -30,11 +29,3 @@ The `sanitizeHtml` function receives an HTML formatted string and returns the st
|
|||
```PHP
|
||||
sanitizeHtml(string $html): string
|
||||
```
|
||||
|
||||
## The `array_trim` function
|
||||
|
||||
The `array_trim` function receives an array of strings and returns the same array with all elements trimmed (like using the `trim` function on all elements)
|
||||
|
||||
```PHP
|
||||
array_trim(array $elements): array
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue