mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed wrong regexes in phpstan.neon
This commit is contained in:
parent
163839494b
commit
f4da1b0a2e
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ parameters:
|
|||
checkMissingIterableValueType: false
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
ignoreErrors:
|
||||
- '#AbstractQuery::setParameters()#'
|
||||
- '#mustRun()#'
|
||||
- '#AbstractQuery::setParameters\(\)#'
|
||||
- '#mustRun\(\)#'
|
||||
- '#AssociationBuilder::setOrderBy#'
|
||||
|
|
Loading…
Add table
Reference in a new issue