From 3cba3f7a4bff07ee31c2bbf80ea98aef08b6480c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 2 Aug 2019 19:55:21 +0200 Subject: [PATCH] Removed error which no longer needs to be supressed from phpstan --- CHANGELOG.md | 2 +- phpstan.neon | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2853c00..509bcee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#416](https://github.com/shlinkio/shlink/issues/416) Fixed error thrown when trying to locate visits after the GeoLite2 DB is downloaded for the first time. * [#424](https://github.com/shlinkio/shlink/issues/424) Updated wkhtmltoimage to version 0.12.5 -* [#427](https://github.com/shlinkio/shlink/issues/427) Fixed shlink being unusable after a database error on swoole contexts. +* [#427](https://github.com/shlinkio/shlink/issues/427) and [#434](https://github.com/shlinkio/shlink/issues/434) Fixed shlink being unusable after a database error on swoole contexts. ## 1.17.0 - 2019-05-13 diff --git a/phpstan.neon b/phpstan.neon index c735bfec..7756bc14 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,6 +3,3 @@ parameters: - '#League\\Plates\\callback#' - '#is not subtype of Throwable#' - '#ObjectManager::flush()#' - - - message: '#Access to an undefined property#' - path: %currentWorkingDirectory%/module/Common/src/Middleware/CloseDbConnectionMiddleware.php