From 51e00e4abeabfb72ccd2cd08cea64b41ced5932b Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Mon, 9 Dec 2019 13:07:17 +0100 Subject: [PATCH] rebuild --- phpstan.neon | 1 - rector.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 546b7d9ee6d1..bd74b5a62a90 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,7 +2,6 @@ includes: - 'utils/PHPStanExtensions/config/phpstan-extensions.neon' - 'vendor/symplify/phpstan-extensions/config/php.level.neon' - 'vendor/symplify/phpstan-extensions/config/symfony.level.neon' - - 'vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon' parameters: diff --git a/rector.yaml b/rector.yaml index 1631e8b03fe3..c8fb3999d984 100644 --- a/rector.yaml +++ b/rector.yaml @@ -10,8 +10,8 @@ parameters: # autoload-buggy cases - "*.php.inc" - # so Rector code is still PHP 7.1 compatible - php_version_features: '7.1' + # so Rector code is still PHP 7.2 compatible + php_version_features: '7.2' # @see utils/RectorGenerator/config/config.yaml rector_recipe: