Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ In that case, you can disable the `::has()` method return type resolving like th

```
parameters:
symfony:
constant_hassers: false
symfony:
constant_hassers: false
```

Be aware that it may hide genuine errors in your application.
Expand All @@ -98,8 +98,8 @@ by providing the console application from your own application. This will allow

```neon
parameters:
symfony:
console_application_loader: tests/console-application.php
symfony:
console_application_loader: tests/console-application.php
```

Symfony 4:
Expand Down