Skip to content

Commit d625bfb

Browse files
committed
Indentation
1 parent ea63812 commit d625bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ If you don't want to use `phpstan/extension-installer`, include extension.neon i
3535

3636
```
3737
includes:
38-
- vendor/phpstan/phpstan-doctrine/extension.neon
38+
- vendor/phpstan/phpstan-doctrine/extension.neon
3939
```
4040

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

4343
```
4444
includes:
45-
- vendor/phpstan/phpstan-doctrine/rules.neon
45+
- vendor/phpstan/phpstan-doctrine/rules.neon
4646
```
4747
</details>
4848

0 commit comments

Comments
 (0)