mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 23:18:37 +03:00
Removed error which no longer needs to be supressed from phpstan
This commit is contained in:
parent
bfd2ce782c
commit
3cba3f7a4b
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue