libreqr/phpstan.dist.neon
vdbhb59 0ec7a7f93d Synced
Also now maintaining these upstream changes under synclog file.
2026-03-23 22:10:27 +05:30

40 lines
1.1 KiB
Text

parameters:
level: 8
paths:
- .
excludePaths:
- vendor
ignoreErrors:
-
identifier: variable.undefined
rawMessage: 'Variable $loc might not be defined.'
path: index.php
-
identifier: variable.undefined
rawMessage: 'Variable $result might not be defined.'
path: index.php
-
identifier: variable.undefined
rawMessage: 'Variable $availableLocales might not be defined.'
path: index.php
-
identifier: variable.undefined
rawMessage: 'Variable $rgbBgColor might not be defined.'
path: index.php
-
identifier: if.alwaysFalse
rawMessage: 'If condition is always false.'
path: index.php
-
rawMessage: 'Function getIntlStringInterpolated() has parameter $vars with no value type specified in iterable type array.'
path: index.php
-
identifier: offsetAccess.notFound
-
identifier: 'argument.type'
rawMessage: 'Parameter #2 $subject of function preg_match expects string, string|false given.'
path: index.php
-
identifier: 'greaterOrEqual.alwaysTrue'
rawMessage: 'Comparison operation ">=" between int<1, max> and 1 is always true.'