From 6c01bb87bfab9eefeb6f47f74e44d3e045ccc63c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 8 Dec 2021 17:52:17 +0100 Subject: [PATCH] Replaced tabs by spaces in phpstan.neon config --- phpstan.neon | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 0a2433e3..aa5dab08 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,14 +1,14 @@ includes: - - vendor/phpstan/phpstan-doctrine/extension.neon - - vendor/phpstan/phpstan-symfony/extension.neon + - vendor/phpstan/phpstan-doctrine/extension.neon + - vendor/phpstan/phpstan-symfony/extension.neon parameters: - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false - symfony: - console_application_loader: 'config/cli-app.php' - doctrine: - repositoryClass: Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository - objectManagerLoader: 'config/entity-manager.php' - ignoreErrors: - - '#should return int<0, max> but returns int#' - - '#expects -1|int<1, max>, int given#' + checkMissingIterableValueType: false + checkGenericClassInNonGenericObjectType: false + symfony: + console_application_loader: 'config/cli-app.php' + doctrine: + repositoryClass: Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository + objectManagerLoader: 'config/entity-manager.php' + ignoreErrors: + - '#should return int<0, max> but returns int#' + - '#expects -1|int<1, max>, int given#'