From 91cf85163e2362c8ace930d23d5a36ad6260262e Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 28 Dec 2021 13:58:04 +0200 Subject: [PATCH] Replace tabs with 4 spaces in docs code blocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef670e6b..2e77e1af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: