Skip to content

Commit 5decdd7

Browse files
committed
minor symfony#12449 fixed typo (ojhaujjwal)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#12449). Discussion ---------- fixed typo Commits ------- a7c2a9a fixed typo
2 parents 58eab0a + a7c2a9a commit 5decdd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ UPGRADE FROM 2.x to 3.0
88

99
* `registerNamespaces()` -> `addPrefixes()`
1010
* `registerPrefixes()` -> `addPrefixes()`
11-
* `registerNamespaces()` -> `addPrefix()`
12-
* `registerPrefixes()` -> `addPrefix()`
11+
* `registerNamespace()` -> `addPrefix()`
12+
* `registerPrefix()` -> `addPrefix()`
1313
* `getNamespaces()` -> `getPrefixes()`
1414
* `getNamespaceFallbacks()` -> `getFallbackDirs()`
1515
* `getPrefixFallbacks()` -> `getFallbackDirs()`

0 commit comments

Comments
 (0)