|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(Nette\\Utils\\ImageType\)\: mixed\)\|null, Closure\(1\|2\|3\|6\|18\|19\)\: string given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: src/Http/FileUpload.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Unknown parameter \$sameSite in call to method Nette\\Http\\IResponse\:\:setCookie\(\)\.$#' |
| 11 | + identifier: argument.unknown |
| 12 | + count: 1 |
| 13 | + path: src/Http/Helpers.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Right side of && is always true\.$#' |
| 17 | + identifier: booleanAnd.rightAlwaysTrue |
| 18 | + count: 1 |
| 19 | + path: src/Http/Request.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Strict comparison using \=\=\= between 2 and 2 will always evaluate to true\.$#' |
| 23 | + identifier: identical.alwaysTrue |
| 24 | + count: 1 |
| 25 | + path: src/Http/Request.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Offset ''name'' on non\-empty\-array in isset\(\) always exists and is not nullable\.$#' |
| 29 | + identifier: isset.offset |
| 30 | + count: 1 |
| 31 | + path: src/Http/RequestFactory.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Variable \$_FILES on left side of \?\? always exists and is not nullable\.$#' |
| 35 | + identifier: nullCoalesce.variable |
| 36 | + count: 1 |
| 37 | + path: src/Http/RequestFactory.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Method Nette\\Http\\IResponse\:\:setCookie\(\) invoked with 8 parameters, 3\-7 required\.$#' |
| 41 | + identifier: arguments.count |
| 42 | + count: 1 |
| 43 | + path: src/Http/Session.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Offset ''samesite'' on array\{lifetime\: int\<0, max\>, path\: non\-falsy\-string, domain\: string, secure\: bool, httponly\: bool, samesite\: ''Lax''\|''lax''\|''None''\|''none''\|''Strict''\|''strict''\} on left side of \?\? always exists and is not nullable\.$#' |
| 47 | + identifier: nullCoalesce.offset |
| 48 | + count: 1 |
| 49 | + path: src/Http/Session.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Parameter \#1 \$callbacks of static method Nette\\Utils\\Arrays\:\:invoke\(\) expects iterable\<callable\(\)\: mixed\>, list\<callable\(Nette\\Http\\Session\)\: void\> given\.$#' |
| 53 | + identifier: argument.type |
| 54 | + count: 2 |
| 55 | + path: src/Http/Session.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Parameter \#3 \$onError of static method Nette\\Utils\\Callback\:\:invokeSafe\(\) expects callable\(string, int\)\: \(bool\|null\), Closure\(string\)\: void given\.$#' |
| 59 | + identifier: argument.type |
| 60 | + count: 1 |
| 61 | + path: src/Http/Session.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Method Nette\\Http\\Url\:\:export\(\) return type has no value type specified in iterable type array\.$#' |
| 65 | + identifier: missingType.iterableValue |
| 66 | + count: 1 |
| 67 | + path: src/Http/Url.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Method Nette\\Http\\UrlImmutable\:\:export\(\) return type has no value type specified in iterable type array\.$#' |
| 71 | + identifier: missingType.iterableValue |
| 72 | + count: 1 |
| 73 | + path: src/Http/UrlImmutable.php |
0 commit comments