diff --git a/doc/04-schema.md b/doc/04-schema.md index 071b3bd9f..906075372 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -534,7 +534,7 @@ Example: "psr-4": { "MyLibrary\\": "src/" } }, "autoload-dev": { - "psr-4": { "MyLibrary\\Tests": "tests/" } + "psr-4": { "MyLibrary\\Tests\\": "tests/" } } }