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
213 B
Text
Raw Normal View History

parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
2020-07-23 16:53:28 +02:00
- '#AbstractQuery::setParameters\(\)#'
- '#mustRun\(\)#'
2020-05-08 11:48:31 +02:00
- '#AssociationBuilder::setOrderBy#'