forked from volkszaehler/volkszaehler.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.phpstan.neon
15 lines (15 loc) · 928 Bytes
/
.phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
ignoreErrors:
- '#Function sys_getloadvg not found#'
- '#Volkszaehler.View.Text.* does not call parent constructor#'
- '#Volkszaehler.Interpreter.AggregatorInterpreter.* does not call parent constructor#'
- '#Constructor of class Volkszaehler.Interpreter.AggregatorInterpreter has an unused parameter#'
- '#Constant VZ_DIR not found#'
- '#Variable .config in isset.. is never defined#'
- '#Variable .average in isset.. always exists and is not nullable#'
- '#Access to an undefined property Doctrine.DBAL.Logging.SQLLogger::.queries#'
- '#Undefined variable: .reference_#'
- '#Constant test.*? not found.#'
- '#Access to an undefined property Volkszaehler.Interpreter.Interpreter::.push_#'
- '#Access to an undefined property Volkszaehler.Interpreter.SQL.*?Optimizer::.from#'
- '#Access to an undefined property Volkszaehler.Interpreter.SQL.*?Optimizer::.to#'