From 114a2b20fa6bbbd3826328494b3b31ca84d634eb Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Tue, 10 Dec 2024 14:12:24 +0100 Subject: [PATCH] Fix documentation style --- docs/9.0/converter/html.md | 1 - docs/9.0/converter/xml.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/9.0/converter/html.md b/docs/9.0/converter/html.md index 2e796ed5..2c119245 100644 --- a/docs/9.0/converter/html.md +++ b/docs/9.0/converter/html.md @@ -44,7 +44,6 @@ This method sets the optional attribute name for the field name on the HTML `td`

If none is used or an empty string is given, the field name information won't be exported to the HTML table.

- ### HTMLConverter::formatter

New feature introduced in version 9.20.0

diff --git a/docs/9.0/converter/xml.md b/docs/9.0/converter/xml.md index db84f279..4f94c038 100644 --- a/docs/9.0/converter/xml.md +++ b/docs/9.0/converter/xml.md @@ -54,7 +54,7 @@ public XMLConverter::formatter(?callback $formatter): mixed ``` This method allow to apply a callback prior to converting your collection individual item. -This callback allows you to specify how each item will be converted. The formatter should +This callback allows you to specify how each item will be converted. The formatter should return an associative array suitable for conversion. ## Conversion