Skip to content

Commit 6582ace

Browse files
committed
Prepare next release
1 parent b2f08df commit 6582ace

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `Csv` will be documented in this file
44

5-
## [Next](https://github.com/thephpleague/csv/compare/9.27.0...9.27.1) - TBD
5+
## [9.28.0](https://github.com/thephpleague/csv/compare/9.27.1...9.28.0) - 2025-12-27
66

77
### Added
88

docs/9.0/writer/helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $writer->insertOne(["foo", "bar"]); //will trigger a CannotInsertRecord exceptio
3838

3939
<p class="message-notice">Available since version <code>9.28</code></p>
4040

41-
The `League\Csv\EnumFormatter` class is **an immutable formatter** designed to convert
41+
The `League\Csv\EnumFormatter` class is **an immutable formatter** designed to convert
4242
PHP enums (`UnitEnum`), introduced in `PHP8.1`, into scalar or serializable values
4343
suitable for CSV export (or similar flat formats).
4444

@@ -127,6 +127,6 @@ $doc->toString();
127127
// returns "forty-two,7000000 \n",
128128
```
129129

130-
When using the `usingCallback()` named constructor the callback takes a single argument
130+
When using the `usingCallback()` named constructor the callback takes a single argument
131131
a `UnitEnum` and is expected to return a value suitable for CSV encoding or any encoding
132132
you want to use.

0 commit comments

Comments
 (0)