From 4ec90e02c9f099af7eceb3277681024bf8bb624b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 16 Oct 2020 19:53:05 +0200 Subject: [PATCH] Updated to latest infection --- composer.json | 6 +++--- phpstan.neon | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c508b0fd..99844320 100644 --- a/composer.json +++ b/composer.json @@ -66,14 +66,14 @@ "devster/ubench": "^2.0", "dms/phpunit-arraysubset-asserts": "^0.2.0", "eaglewu/swoole-ide-helper": "dev-master", - "infection/infection": "^0.16.1", - "phpstan/phpstan": "^0.12.18", + "infection/infection": "^0.17.7", + "phpstan/phpstan": "^0.12.50", "phpunit/php-code-coverage": "^8.0", "phpunit/phpunit": "~9.0.1", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.1.0", "shlinkio/shlink-test-utils": "^1.5", - "symfony/var-dumper": "^5.0" + "symfony/var-dumper": "^5.1" }, "autoload": { "psr-4": { diff --git a/phpstan.neon b/phpstan.neon index 0ce0463c..969b00b4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,7 +2,5 @@ parameters: checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false ignoreErrors: - - '#AbstractQuery::setParameters\(\)#' - '#mustRun\(\)#' - - '#AssociationBuilder::setOrderBy#' - '#If condition is always false#'