Skip to content

Commit

Permalink
Correct @return definition
Browse files Browse the repository at this point in the history
  • Loading branch information
romaincazier authored Jan 24, 2025
1 parent ff9b1cd commit 1ad35f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextformatterFootnotes.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function formatValue(Page $page, Field $field, &$value) {
* @param string $str
* @param array $options
* @param Field|string $field
* @return string
* @return string|array
*
*/
public function ___addFootnotes($str, $options = [], $field = "") {
Expand Down Expand Up @@ -326,4 +326,4 @@ public function getModuleConfigInputfields(InputfieldWrapper $inputfields) {
return $inputfields;
}

}
}

0 comments on commit 1ad35f1

Please sign in to comment.