@@ -11,6 +11,30 @@ parameters:
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
13
- '#Parameter (.* ) of class Jose\\Component\\Core\\AlgorithmManager constructor expects array\<Jose\\Component\\Core\\Algorithm\>\ , array\<int\ , object\> given\. #'
14
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
15
+ count : 1
16
+ path : ' src/cose/src/Algorithm/ManagerFactory.php'
17
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
18
+ count : 1
19
+ path : ' src/cose/src/Algorithm/Signature/ECDSA/ECDSA.php'
20
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
21
+ count : 2
22
+ path : ' src/cose/src/Algorithm/Signature/ECDSA/ECSignature.php'
23
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
24
+ count : 1
25
+ path : ' src/cose/src/Algorithm/Signature/RSA/PSSRSA.php'
26
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
27
+ count : 1
28
+ path : ' src/cose/src/Algorithm/Signature/RSA/RSA.php'
29
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
30
+ count : 2
31
+ path : ' src/cose/src/Key/Ec2Key.php'
32
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
33
+ count : 1
34
+ path : ' src/cose/src/Key/Key.php'
35
+ - message : ' #Function .* is unsafe to use\. .* Please add .* at the beginning of the file to use the variant provided by the .* library\.#'
36
+ count : 3
37
+ path : ' src/cose/src/Key/RsaKey.php'
14
38
checkMissingIterableValueType : false
15
39
checkGenericClassInNonGenericObjectType : false
16
40
treatPhpDocTypesAsCertain : false
0 commit comments