From d625bfba7a15c9224568ccedc5955a0730cb5d1d Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 21 May 2019 12:47:03 +0200 Subject: [PATCH] Indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91180da4..59f04b3e 100644 --- a/README.md +++ b/README.md @@ -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 ```