1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-20 15:10:49 +03:00
shlink/phpstan.neon

8 lines
209 B
Text
Raw Normal View History

parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
2019-09-28 09:35:59 +02:00
- '#AbstractQuery::setParameters()#'
- '#mustRun()#'
2020-05-08 11:48:31 +02:00
- '#AssociationBuilder::setOrderBy#'