1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-20 23:22:39 +03:00
shlink/phpstan.neon

7 lines
172 B
Text
Raw Normal View History

parameters:
ignoreErrors:
- '#is not subtype of Throwable#'
- '#ObjectManager::flush()#'
- '#Undefined variable: \$metadata#'
2019-09-28 09:35:59 +02:00
- '#AbstractQuery::setParameters()#'