mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-23 10:26:12 +05:30
40 lines
1.1 KiB
Text
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.'
|
|
|