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

9 lines
250 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#'
2020-09-26 10:43:50 +02:00
- '#If condition is always false#'