mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 13:36:09 +01:00
Satisfy phpstan for now
This commit is contained in:
parent
d1819ee528
commit
7f63ae8262
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"phpstan/phpstan": "^1.3",
|
||||
"phpstan/phpstan": "1.5.4",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"jangregor/phpstan-prophecy": "^1.0",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
|
|
|
@ -18,3 +18,6 @@ parameters:
|
|||
- '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Result\|int\.#'
|
||||
- "#^Parameter \\#[0-9] \\.\\.\\.\\$predicates of method TYPO3\\\\CMS\\\\Core\\\\Database\\\\Query\\\\QueryBuilder\\:\\:where\\(\\) expects array\\<int, mixed\\>\\|Doctrine\\\\DBAL\\\\Query\\\\Expression\\\\CompositeExpression, string given\\.$#"
|
||||
- '#^Variable \$_EXTKEY might not be defined\.$#'
|
||||
- "#^Cannot access offset '.*' on mixed.$#"
|
||||
- "#^Parameter .* expects .*, mixed given.$#"
|
||||
- "#^Cannot call method .* on mixed.$#"
|
||||
|
|
Loading…
Reference in a new issue