|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | | - - |
4 | | - message: '#^Parameter \#1 \$data of function unserialize expects string, mixed given\.$#' |
5 | | - identifier: argument.type |
6 | | - count: 1 |
7 | | - path: src/Authentication/Provider/SessionAuthenticationProvider.php |
8 | | - |
9 | 3 | - |
10 | 4 | message: '#^Cannot cast mixed to string\.$#' |
11 | 5 | identifier: cast.string |
@@ -144,12 +138,6 @@ parameters: |
144 | 138 | count: 1 |
145 | 139 | path: src/DependencyInjection/Compiler/PingDBALConnectionsCompilerPass.php |
146 | 140 |
|
147 | | - - |
148 | | - message: '#^Method BabDev\\WebSocketBundle\\DependencyInjection\\Factory\\Authentication\\AuthenticationProviderFactory\:\:addConfiguration\(\) has parameter \$builder with generic class Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition but does not specify its types\: TParent$#' |
149 | | - identifier: missingType.generics |
150 | | - count: 1 |
151 | | - path: src/DependencyInjection/Factory/Authentication/AuthenticationProviderFactory.php |
152 | | - |
153 | 141 | - |
154 | 142 | message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:children\(\)\.$#' |
155 | 143 | identifier: method.notFound |
@@ -198,12 +186,6 @@ parameters: |
198 | 186 | count: 1 |
199 | 187 | path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
200 | 188 |
|
201 | | - - |
202 | | - message: '#^Method BabDev\\WebSocketBundle\\DependencyInjection\\Factory\\Authentication\\SessionAuthenticationProviderFactory\:\:addConfiguration\(\) has parameter \$builder with generic class Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition but does not specify its types\: TParent$#' |
203 | | - identifier: missingType.generics |
204 | | - count: 1 |
205 | | - path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php |
206 | | - |
207 | 189 | - |
208 | 190 | message: '#^Parameter \#1 \$class of function class_exists expects string, mixed given\.$#' |
209 | 191 | identifier: argument.type |
@@ -235,7 +217,7 @@ parameters: |
235 | 217 | path: src/Routing/Loader/AttributeLoader.php |
236 | 218 |
|
237 | 219 | - |
238 | | - message: '#^Cannot use array destructuring on \(list\<\(BabDev\\WebSocket\\Server\\WAMP\\WAMPConnection&PHPUnit\\Framework\\MockObject\\MockObject\)\|string\>\)\|null\.$#' |
| 220 | + message: '#^Cannot use array destructuring on \(list\<\(BabDev\\WebSocket\\Server\\WAMP\\WAMPConnection&PHPUnit\\Framework\\MockObject\\Stub\)\|string\>\)\|null\.$#' |
239 | 221 | identifier: offsetAccess.nonArray |
240 | 222 | count: 5 |
241 | 223 | path: tests/Authentication/StorageBackedConnectionRepositoryTest.php |
|
0 commit comments