Removed error which no longer needs to be supressed from phpstan

This commit is contained in:
Alejandro Celaya 2019-08-02 19:55:21 +02:00
parent bfd2ce782c
commit 3cba3f7a4b
2 changed files with 1 additions and 4 deletions

View file

@ -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. * [#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 * [#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 ## 1.17.0 - 2019-05-13

View file

@ -3,6 +3,3 @@ parameters:
- '#League\\Plates\\callback#' - '#League\\Plates\\callback#'
- '#is not subtype of Throwable#' - '#is not subtype of Throwable#'
- '#ObjectManager::flush()#' - '#ObjectManager::flush()#'
-
message: '#Access to an undefined property#'
path: %currentWorkingDirectory%/module/Common/src/Middleware/CloseDbConnectionMiddleware.php