1
0
Fork 0

Update 04-schema.md

pull/1891/head
Drak 2013-05-13 15:03:42 +02:00
parent 38f13f8a44
commit 4f18f8242c
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Under the `psr-0` key you define a mapping from namespaces to paths, relative to
package root. Note that this also supports the PEAR-style non-namespaced convention. package root. Note that this also supports the PEAR-style non-namespaced convention.
Please note namespace declarations should end in `\\` to make sure the autoloader Please note namespace declarations should end in `\\` to make sure the autoloader
responds extactly. For example `Foo` would match in `FooBar` so the trailing responds exactly. For example `Foo` would match in `FooBar` so the trailing
backslashes solve the problem: `Foo\\` and `FooBar\\` are distinct. backslashes solve the problem: `Foo\\` and `FooBar\\` are distinct.
The PSR-0 references are all combined, during install/update, into a single key => value The PSR-0 references are all combined, during install/update, into a single key => value