Skip to content

Commit de49e29

Browse files
authored
Merge pull request #7823 from cakephp/othercorey-patch-1
Add notes for pathCombine()
2 parents d20664c + 1247e2e commit de49e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Core
5959
- ``PluginConfig`` was added. Use this class to get all available plugins, their load config and versions.
6060
- The ``toString``, ``toInt``, ``toBool`` functions were added. They give you
6161
a typesafe way to cast request data or other input and return ``null`` when conversion fails.
62+
- ``pathCombine()`` was added to help build paths without worrying about duplicate and trailing slashes.
6263

6364
Http
6465
----

0 commit comments

Comments
 (0)