Skip to content

Commit 340a67e

Browse files
authored
Merge pull request #8014 from cakephp/5.next-number-helper
Add NumberHelper changes.
2 parents a0b6c98 + dc7d743 commit 340a67e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

en/appendices/5-3-migration-guide.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ removed in 6.0.0.
88
Behavior Changes
99
================
1010

11-
TODO
11+
View
12+
----
13+
14+
- The ``format()`` and ``currency()`` methods of ``NumberHelper`` now accept also null as input and can return any default string here.
15+
This allows for easier templates, in particular baked ones. Make sure to adjust any extending helper (plugin or app level) by adding that type.
1216

1317
Deprecations
1418
============

0 commit comments

Comments
 (0)