Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 21, 2019
1 parent ea63812 commit d625bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ If you don't want to use `phpstan/extension-installer`, include extension.neon i

```
includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
```

If you're interested in DQL/QueryBuilder validation, include also `rules.neon` (you will also need to provide the `objectManagerLoader`, see below):

```
includes:
- vendor/phpstan/phpstan-doctrine/rules.neon
- vendor/phpstan/phpstan-doctrine/rules.neon
```
</details>

Expand Down

0 comments on commit d625bfb

Please sign in to comment.