@@ -5,25 +5,60 @@ parameters:
55 count : 1
66 path : src/Algorithm/Mac/Hmac.php
77
8+ -
9+ message : " #^Method Cose\\\\ Algorithm\\\\ Signature\\\\ ECDSA\\\\ ECSignature\\ :\\ :fromAsn1\\ (\\ ) should return string but returns string\\ |false\\ .$#"
10+ count : 1
11+ path : src/Algorithm/Signature/ECDSA/ECSignature.php
12+
13+ -
14+ message : " #^Method Cose\\\\ Algorithm\\\\ Signature\\\\ ECDSA\\\\ ECSignature\\ :\\ :toAsn1\\ (\\ ) should return string but returns string\\ |false\\ .$#"
15+ count : 1
16+ path : src/Algorithm/Signature/ECDSA/ECSignature.php
17+
18+ -
19+ message : " #^Parameter \\ #1 \\ $signature of function sodium_crypto_sign_verify_detached expects non\\ -empty\\ -string, string given\\ .$#"
20+ count : 1
21+ path : src/Algorithm/Signature/EdDSA/EdDSA.php
22+
23+ -
24+ message : " #^Parameter \\ #2 \\ $secret_key of function sodium_crypto_sign_detached expects non\\ -empty\\ -string, string given\\ .$#"
25+ count : 1
26+ path : src/Algorithm/Signature/EdDSA/EdDSA.php
27+
28+ -
29+ message : " #^Parameter \\ #3 \\ $public_key of function sodium_crypto_sign_verify_detached expects non\\ -empty\\ -string, string given\\ .$#"
30+ count : 1
31+ path : src/Algorithm/Signature/EdDSA/EdDSA.php
32+
833 -
934 message : " #^Parameter \\ #1 \\ $length of function random_bytes expects int\\ <1, max\\ >, int given\\ .$#"
1035 count : 1
1136 path : src/Algorithm/Signature/RSA/PSSRSA.php
1237
1338 -
14- message : " #^Cannot cast mixed to (string|int) \\ .$#"
15- count : 7
16- path : src/Key/Ec2Key .php
39+ message : " #^Parameter \\ #1 \\ $array of function current expects array \\ |object, array \\ |false given \\ .$#"
40+ count : 1
41+ path : src/BigInteger .php
1742
1843 -
19- message : " #^Cannot cast mixed to int \\ .$#"
44+ message : " #^Parameter \\ #1 \\ $string of function ltrim expects string, string \\ |false given \\ .$#"
2045 count : 1
21- path : src/Key/RsaKey .php
46+ path : src/BigInteger .php
2247
2348 -
2449 message : " #^Cannot cast mixed to int\\ .$#"
2550 count : 1
26- path : src/Key/SymmetricKey.php
51+ path : src/Key/Ec2Key.php
52+
53+ -
54+ message : " #^Cannot cast mixed to string\\ .$#"
55+ count : 2
56+ path : src/Key/Ec2Key.php
57+
58+ -
59+ message : " #^Method Cose\\\\ Key\\\\ Ec2Key\\ :\\ :curve\\ (\\ ) should return int\\ |string but returns mixed\\ .$#"
60+ count : 1
61+ path : src/Key/Ec2Key.php
2762
2863 -
2964 message : " #^Method Cose\\\\ Key\\\\ Ec2Key\\ :\\ :d\\ (\\ ) should return string but returns mixed\\ .$#"
@@ -52,7 +87,12 @@ parameters:
5287
5388 -
5489 message : " #^Cannot cast mixed to int\\ .$#"
55- count : 3
90+ count : 1
91+ path : src/Key/OkpKey.php
92+
93+ -
94+ message : " #^Method Cose\\\\ Key\\\\ OkpKey\\ :\\ :curve\\ (\\ ) should return int\\ |string but returns mixed\\ .$#"
95+ count : 1
5696 path : src/Key/OkpKey.php
5797
5898 -
@@ -65,6 +105,11 @@ parameters:
65105 count : 1
66106 path : src/Key/OkpKey.php
67107
108+ -
109+ message : " #^Cannot cast mixed to int\\ .$#"
110+ count : 1
111+ path : src/Key/RsaKey.php
112+
68113 -
69114 message : " #^Method Cose\\\\ Key\\\\ RsaKey\\ :\\ :QInv\\ (\\ ) should return string but returns mixed\\ .$#"
70115 count : 1
@@ -126,9 +171,16 @@ parameters:
126171 path : src/Key/RsaKey.php
127172
128173 -
129- message : " #^Method Cose\\\\ Key\\\\ SymmetricKey\\ :\\ :k\\ (\\ ) should return string but returns mixed\\ .$#"
174+ message : " #^Parameter \\ #1 \\ $array of function current expects array\\ |object, array\\ |false given\\ .$#"
175+ count : 1
176+ path : src/Key/RsaKey.php
177+
178+ -
179+ message : " #^Cannot cast mixed to int\\ .$#"
130180 count : 1
131181 path : src/Key/SymmetricKey.php
132182
133- - ' #Parameter \ #\d+ \$.* of .* expects .* , .* given\. #'
134- - ' #Method .* should return string but returns string\|false\. #'
183+ -
184+ message : " #^Method Cose\\\\ Key\\\\ SymmetricKey\\ :\\ :k\\ (\\ ) should return string but returns mixed\\ .$#"
185+ count : 1
186+ path : src/Key/SymmetricKey.php
0 commit comments