|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Cannot access offset ''enable'' on mixed\.$#' |
| 5 | + identifier: offsetAccess.nonOffsetAccessible |
| 6 | + count: 2 |
| 7 | + path: src/Listener/ForceHttps.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Cannot access offset ''value'' on mixed\.$#' |
| 11 | + identifier: offsetAccess.nonOffsetAccessible |
| 12 | + count: 2 |
| 13 | + path: src/Listener/ForceHttps.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Method ForceHttpsModule\\Listener\\ForceHttps\:\:isGoingToBeForcedToHttps\(\) should return bool but returns mixed\.$#' |
| 17 | + identifier: return.type |
| 18 | + count: 1 |
| 19 | + path: src/Listener/ForceHttps.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Parameter \#2 \$haystack of function in_array expects array, mixed given\.$#' |
| 23 | + identifier: argument.type |
| 24 | + count: 2 |
| 25 | + path: src/Listener/ForceHttps.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#' |
| 29 | + identifier: argument.type |
| 30 | + count: 1 |
| 31 | + path: src/Listener/ForceHttps.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Property ForceHttpsModule\\Listener\\ForceHttps\:\:\$needsWwwPrefix \(bool\) does not accept mixed\.$#' |
| 35 | + identifier: assign.propertyType |
| 36 | + count: 1 |
| 37 | + path: src/Listener/ForceHttps.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Cannot access offset ''force\-https\-module'' on mixed\.$#' |
| 41 | + identifier: offsetAccess.nonOffsetAccessible |
| 42 | + count: 1 |
| 43 | + path: src/Listener/ForceHttpsFactory.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Parameter \#1 \$config of class ForceHttpsModule\\Listener\\ForceHttps constructor expects array\<mixed\>, mixed given\.$#' |
| 47 | + identifier: argument.type |
| 48 | + count: 1 |
| 49 | + path: src/Listener/ForceHttpsFactory.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Cannot access offset ''enable'' on mixed\.$#' |
| 53 | + identifier: offsetAccess.nonOffsetAccessible |
| 54 | + count: 2 |
| 55 | + path: src/Middleware/ForceHttps.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Cannot access offset ''value'' on mixed\.$#' |
| 59 | + identifier: offsetAccess.nonOffsetAccessible |
| 60 | + count: 2 |
| 61 | + path: src/Middleware/ForceHttps.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Method ForceHttpsModule\\Middleware\\ForceHttps\:\:isGoingToBeForcedToHttps\(\) should return bool but returns mixed\.$#' |
| 65 | + identifier: return.type |
| 66 | + count: 1 |
| 67 | + path: src/Middleware/ForceHttps.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Parameter \#2 \$haystack of function in_array expects array, mixed given\.$#' |
| 71 | + identifier: argument.type |
| 72 | + count: 2 |
| 73 | + path: src/Middleware/ForceHttps.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Parameter \#2 \$value of method Psr\\Http\\Message\\MessageInterface\:\:withHeader\(\) expects array\<string\>\|string, mixed given\.$#' |
| 77 | + identifier: argument.type |
| 78 | + count: 1 |
| 79 | + path: src/Middleware/ForceHttps.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Property ForceHttpsModule\\Middleware\\ForceHttps\:\:\$needsWwwPrefix \(bool\) does not accept mixed\.$#' |
| 83 | + identifier: assign.propertyType |
| 84 | + count: 1 |
| 85 | + path: src/Middleware/ForceHttps.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Cannot access offset ''force\-https\-module'' on mixed\.$#' |
| 89 | + identifier: offsetAccess.nonOffsetAccessible |
| 90 | + count: 1 |
| 91 | + path: src/Middleware/ForceHttpsFactory.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Parameter \#1 \$config of class ForceHttpsModule\\Middleware\\ForceHttps constructor expects array\<mixed\>, mixed given\.$#' |
| 95 | + identifier: argument.type |
| 96 | + count: 1 |
| 97 | + path: src/Middleware/ForceHttpsFactory.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Method ForceHttpsModule\\Module\:\:getConfig\(\) should return array\<mixed\> but returns mixed\.$#' |
| 101 | + identifier: return.type |
| 102 | + count: 1 |
| 103 | + path: src/Module.php |
0 commit comments