1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-23 18:11:46 +03:00
shlink/phpstan.neon

7 lines
233 B
Text
Raw Normal View History

parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
2020-09-26 10:43:50 +02:00
- '#If condition is always false#'
2021-04-02 09:46:02 +02:00
- '#setOrderBy\(\) expects array\<int, string\>, array\<string, string\> given#'