|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Parameter \\#1 \\$data of function unserialize expects string, mixed given\\.$#" |
| 4 | + message: '#^Parameter \#1 \$data of function unserialize expects string, mixed given\.$#' |
| 5 | + identifier: argument.type |
5 | 6 | count: 1
|
6 | 7 | path: src/Authentication/Provider/SessionAuthenticationProvider.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Cannot cast mixed to string\\.$#" |
| 10 | + message: '#^Cannot cast mixed to string\.$#' |
| 11 | + identifier: cast.string |
10 | 12 | count: 1
|
11 | 13 | path: src/Authentication/Storage/DriverBackedTokenStorage.php
|
12 | 14 |
|
13 | 15 | -
|
14 |
| - message: "#^Argument of an invalid type array\\|bool\\|float\\|int\\|string\\|null supplied for foreach, only iterables are supported\\.$#" |
| 16 | + message: '#^Cannot access offset ''allowed_origins'' on mixed\.$#' |
| 17 | + identifier: offsetAccess.nonOffsetAccessible |
| 18 | + count: 1 |
| 19 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Cannot access offset ''blocked_ip_addresses'' on mixed\.$#' |
| 23 | + identifier: offsetAccess.nonOffsetAccessible |
| 24 | + count: 1 |
| 25 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Cannot access offset ''connections'' on mixed\.$#' |
| 29 | + identifier: offsetAccess.nonOffsetAccessible |
| 30 | + count: 1 |
| 31 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Cannot access offset ''context'' on mixed\.$#' |
| 35 | + identifier: offsetAccess.nonOffsetAccessible |
| 36 | + count: 1 |
| 37 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Cannot access offset ''dbal'' on mixed\.$#' |
| 41 | + identifier: offsetAccess.nonOffsetAccessible |
| 42 | + count: 3 |
| 43 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Cannot access offset ''identity'' on mixed\.$#' |
| 47 | + identifier: offsetAccess.nonOffsetAccessible |
| 48 | + count: 1 |
| 49 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Cannot access offset ''interval'' on mixed\.$#' |
| 53 | + identifier: offsetAccess.nonOffsetAccessible |
| 54 | + count: 2 |
| 55 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Cannot access offset ''keepalive'' on mixed\.$#' |
| 59 | + identifier: offsetAccess.nonOffsetAccessible |
| 60 | + count: 2 |
| 61 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Cannot access offset ''max_http_request_size'' on mixed\.$#' |
| 65 | + identifier: offsetAccess.nonOffsetAccessible |
| 66 | + count: 1 |
| 67 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Cannot access offset ''periodic'' on mixed\.$#' |
| 71 | + identifier: offsetAccess.nonOffsetAccessible |
| 72 | + count: 3 |
| 73 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Cannot access offset ''providers'' on mixed\.$#' |
| 77 | + identifier: offsetAccess.nonOffsetAccessible |
| 78 | + count: 1 |
| 79 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Cannot access offset ''resource'' on mixed\.$#' |
| 83 | + identifier: offsetAccess.nonOffsetAccessible |
| 84 | + count: 1 |
| 85 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Cannot access offset ''router'' on mixed\.$#' |
| 89 | + identifier: offsetAccess.nonOffsetAccessible |
| 90 | + count: 1 |
| 91 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Cannot access offset ''session'' on mixed\.$#' |
| 95 | + identifier: offsetAccess.nonOffsetAccessible |
| 96 | + count: 1 |
| 97 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Cannot access offset ''uri'' on mixed\.$#' |
| 101 | + identifier: offsetAccess.nonOffsetAccessible |
| 102 | + count: 1 |
| 103 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Cannot access offset string on mixed\.$#' |
| 107 | + identifier: offsetAccess.nonOffsetAccessible |
| 108 | + count: 1 |
| 109 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Parameter \#1 \$id of class Symfony\\Component\\DependencyInjection\\Reference constructor expects string, mixed given\.$#' |
| 113 | + identifier: argument.type |
| 114 | + count: 3 |
| 115 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 116 | + |
| 117 | + - |
| 118 | + message: '#^Parameter \#1 \$sessionConfig of method BabDev\\WebSocketBundle\\DependencyInjection\\BabDevWebSocketExtension\:\:configureWebSocketSession\(\) expects array, mixed given\.$#' |
| 119 | + identifier: argument.type |
| 120 | + count: 1 |
| 121 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Parameter \#2 \$config of method BabDev\\WebSocketBundle\\DependencyInjection\\Factory\\Authentication\\AuthenticationProviderFactory\:\:createAuthenticationProvider\(\) expects array, mixed given\.$#' |
| 125 | + identifier: argument.type |
| 126 | + count: 1 |
| 127 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 128 | + |
| 129 | + - |
| 130 | + message: '#^Parameter \#2 \$config of method Symfony\\Component\\DependencyInjection\\Extension\\Extension\:\:isConfigEnabled\(\) expects array, mixed given\.$#' |
| 131 | + identifier: argument.type |
| 132 | + count: 1 |
| 133 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 134 | + |
| 135 | + - |
| 136 | + message: '#^Parameter \#2 \$value of method Symfony\\Component\\DependencyInjection\\Container\:\:setParameter\(\) expects array\|bool\|float\|int\|string\|UnitEnum\|null, mixed given\.$#' |
| 137 | + identifier: argument.type |
| 138 | + count: 1 |
| 139 | + path: src/DependencyInjection/BabDevWebSocketExtension.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Argument of an invalid type array\|bool\|float\|int\|string\|null supplied for foreach, only iterables are supported\.$#' |
| 143 | + identifier: foreach.nonIterable |
15 | 144 | count: 1
|
16 | 145 | path: src/DependencyInjection/Compiler/PingDBALConnectionsCompilerPass.php
|
17 | 146 |
|
18 | 147 | -
|
19 |
| - message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#" |
| 148 | + message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:children\(\)\.$#' |
| 149 | + identifier: method.notFound |
| 150 | + count: 1 |
| 151 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 152 | + |
| 153 | + - |
| 154 | + message: '#^Cannot call method defaultNull\(\) on mixed\.$#' |
| 155 | + identifier: method.nonObject |
| 156 | + count: 1 |
| 157 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 158 | + |
| 159 | + - |
| 160 | + message: '#^Cannot call method end\(\) on mixed\.$#' |
| 161 | + identifier: method.nonObject |
| 162 | + count: 2 |
| 163 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 164 | + |
| 165 | + - |
| 166 | + message: '#^Cannot call method ifTrue\(\) on mixed\.$#' |
| 167 | + identifier: method.nonObject |
| 168 | + count: 1 |
| 169 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 170 | + |
| 171 | + - |
| 172 | + message: '#^Cannot call method info\(\) on mixed\.$#' |
| 173 | + identifier: method.nonObject |
20 | 174 | count: 1
|
21 | 175 | path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php
|
22 | 176 |
|
23 | 177 | -
|
24 |
| - message: "#^Parameter \\#1 \\$class of function class_exists expects string, mixed given\\.$#" |
| 178 | + message: '#^Cannot call method thenInvalid\(\) on mixed\.$#' |
| 179 | + identifier: method.nonObject |
| 180 | + count: 1 |
| 181 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 182 | + |
| 183 | + - |
| 184 | + message: '#^Cannot call method validate\(\) on mixed\.$#' |
| 185 | + identifier: method.nonObject |
| 186 | + count: 1 |
| 187 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 188 | + |
| 189 | + - |
| 190 | + message: '#^Cannot call method variableNode\(\) on mixed\.$#' |
| 191 | + identifier: method.nonObject |
| 192 | + count: 1 |
| 193 | + path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
| 194 | + |
| 195 | + - |
| 196 | + message: '#^Call to function method_exists\(\) with \$this\(BabDev\\WebSocketBundle\\Routing\\Loader\\AttributeLoader\) and ''setRouteAttributeCl…'' will always evaluate to true\.$#' |
| 197 | + identifier: function.alreadyNarrowedType |
| 198 | + count: 1 |
| 199 | + path: src/Routing/Loader/AttributeLoader.php |
| 200 | + |
| 201 | + - |
| 202 | + message: '#^Parameter \#1 \$class of function class_exists expects string, mixed given\.$#' |
| 203 | + identifier: argument.type |
| 204 | + count: 1 |
| 205 | + path: src/Routing/Loader/AttributeLoader.php |
| 206 | + |
| 207 | + - |
| 208 | + message: '#^Parameter \#1 \$path of method Symfony\\Component\\Routing\\Loader\\AttributeClassLoader\:\:createRoute\(\) expects string, mixed given\.$#' |
| 209 | + identifier: argument.type |
| 210 | + count: 1 |
| 211 | + path: src/Routing/Loader/AttributeLoader.php |
| 212 | + |
| 213 | + - |
| 214 | + message: '#^Parameter \#1 \$resource of class Symfony\\Component\\Config\\Resource\\FileResource constructor expects string, string\|false given\.$#' |
| 215 | + identifier: argument.type |
25 | 216 | count: 1
|
26 | 217 | path: src/Routing/Loader/AttributeLoader.php
|
27 | 218 |
|
28 | 219 | -
|
29 |
| - message: "#^Parameter \\#1 \\$resource of class Symfony\\\\Component\\\\Config\\\\Resource\\\\FileResource constructor expects string, string\\|false given\\.$#" |
| 220 | + message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#' |
| 221 | + identifier: argument.type |
30 | 222 | count: 1
|
31 | 223 | path: src/Routing/Loader/AttributeLoader.php
|
32 | 224 |
|
33 | 225 | -
|
34 |
| - message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#" |
| 226 | + message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|null given\.$#' |
| 227 | + identifier: argument.type |
35 | 228 | count: 1
|
36 | 229 | path: src/Routing/Loader/AttributeLoader.php
|
37 | 230 |
|
38 | 231 | -
|
39 |
| - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" |
| 232 | + message: '#^Parameter \#3 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#' |
| 233 | + identifier: argument.type |
40 | 234 | count: 1
|
41 | 235 | path: src/Routing/Loader/AttributeLoader.php
|
42 | 236 |
|
43 | 237 | -
|
44 |
| - message: "#^Cannot cast mixed to string\\.$#" |
| 238 | + message: '#^Cannot cast mixed to string\.$#' |
| 239 | + identifier: cast.string |
45 | 240 | count: 1
|
46 | 241 | path: tests/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactoryTest.php
|
0 commit comments