Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
README: fix spacing
  • Loading branch information
TomasVotruba authored Dec 16, 2019
commit d4aa0074cbe0c691077b7d5d636109fa3ac16a18
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ includes:

You have to provide a path to `srcDevDebugProjectContainer.xml` or similar XML file describing your container.

```
```yaml
parameters:
symfony:
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
# or with Symfony 4.2+
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
# or with Symfony 5+
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
# or with Symfony 5+
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
```

## Constant hassers
Expand Down