mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-30 04:29:10 +01:00
[doc] minor formatting improvements (#207)
This commit is contained in:
parent
0524e87862
commit
f71a68f0f6
15
README.md
15
README.md
@ -55,10 +55,10 @@ Example:
|
||||
```
|
||||
|
||||
This file path may change based on your Symfony version, file structure and environment settings.
|
||||
Default files according to Symfony versions are:
|
||||
- Symfony 3: var/cache/dev/srcDevDebugProjectContainer.xml
|
||||
- Symfony 4: var/cache/dev/srcApp_KernelDevDebugContainer.xml
|
||||
- Symfony 5: var/cache/dev/App_KernelDevDebugContainer.xml
|
||||
Default files are:
|
||||
- Symfony 3: `var/cache/dev/srcDevDebugProjectContainer.xml`
|
||||
- Symfony 4: `var/cache/dev/srcApp_KernelDevDebugContainer.xml`
|
||||
- Symfony 5: `var/cache/dev/App_KernelDevDebugContainer.xml`
|
||||
|
||||
Multiple container files can be configured. In this case, the first valid file is taken into account.
|
||||
If none of the given files is valid, a configuration exception is thrown.
|
||||
@ -79,8 +79,11 @@ If you're using PHP config files for Symfony 5.3+, you also need this for auto-l
|
||||
</extraFiles>
|
||||
```
|
||||
|
||||
If you're getting the error "MissingFile - config/preload.php - Cannot find file ...var/cache/prod/App_KernelProdContainer.preload.php to include",
|
||||
you can suppress it like this:
|
||||
If you're getting the following error
|
||||
|
||||
> MissingFile - config/preload.php - Cannot find file ...var/cache/prod/App_KernelProdContainer.preload.php to include
|
||||
|
||||
...you can suppress it like this:
|
||||
|
||||
```xml
|
||||
<issueHandlers>
|
||||
|
Loading…
Reference in New Issue
Block a user