@@ -10,31 +10,36 @@ parameters:
10
10
- '#Call to deprecated function Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ref\ (\ )(.*)#'
11
11
- '#Parameter (.* ) of class FG\\ASN1\\Universal\\Integer constructor expects int , string given\. #'
12
12
- ' #Instanceof between Symfony\\Component\\HttpFoundation\\Response and Symfony\\Component\\HttpFoundation\\Response will always evaluate to true\. #'
13
- - '#Parameter (.* ) of class Jose\\Component\\Core\\AlgorithmManager constructor expects array\<Jose\\Component\\Core\\Algorithm\>\ , array\<int\ , object\> given\. #'
13
+ - message : ' #Call to deprecated method loadUserByUsername\(\) of class .*#'
14
+ count : 1
15
+ path : src/symfony/src/Security/Authentication/Provider/WebauthnProvider.php
16
+ - message : ' #Class Webauthn\\Bundle\\Security\\Authentication\\Provider\\WebauthnProvider implements deprecated interface .*#'
17
+ count : 1
18
+ path : src/symfony/src/Security/Authentication/Provider/WebauthnProvider.php
14
19
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
15
20
count : 1
16
- path : ' src/cose/src/Algorithm/ManagerFactory.php'
21
+ path : src/cose/src/Algorithm/ManagerFactory.php
17
22
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
18
23
count : 1
19
- path : ' src/cose/src/Algorithm/Signature/ECDSA/ECDSA.php'
24
+ path : src/cose/src/Algorithm/Signature/ECDSA/ECDSA.php
20
25
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
21
26
count : 2
22
- path : ' src/cose/src/Algorithm/Signature/ECDSA/ECSignature.php'
27
+ path : src/cose/src/Algorithm/Signature/ECDSA/ECSignature.php
23
28
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
24
29
count : 1
25
- path : ' src/cose/src/Algorithm/Signature/RSA/PSSRSA.php'
30
+ path : src/cose/src/Algorithm/Signature/RSA/PSSRSA.php
26
31
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
27
32
count : 1
28
- path : ' src/cose/src/Algorithm/Signature/RSA/RSA.php'
33
+ path : src/cose/src/Algorithm/Signature/RSA/RSA.php
29
34
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
30
35
count : 2
31
- path : ' src/cose/src/Key/Ec2Key.php'
36
+ path : src/cose/src/Key/Ec2Key.php
32
37
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
33
38
count : 1
34
- path : ' src/cose/src/Key/Key.php'
39
+ path : src/cose/src/Key/Key.php
35
40
- message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
36
41
count : 3
37
- path : ' src/cose/src/Key/RsaKey.php'
42
+ path : src/cose/src/Key/RsaKey.php
38
43
checkMissingIterableValueType : false
39
44
checkGenericClassInNonGenericObjectType : false
40
45
treatPhpDocTypesAsCertain : false
0 commit comments