|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Cannot cast mixed to string\\.$#" |
| 4 | + message: '#^Cannot cast mixed to string\.$#' |
| 5 | + identifier: cast.string |
5 | 6 | count: 1
|
6 | 7 | path: src/Algorithm/Mac/Hmac.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Method Cose\\\\Algorithm\\\\Signature\\\\ECDSA\\\\ECSignature\\:\\:fromAsn1\\(\\) should return string but returns string\\|false\\.$#" |
| 10 | + message: '#^Parameter \#1 \$signature of static method Cose\\Algorithm\\Signature\\ECDSA\\ECSignature\:\:fromAsn1\(\) expects string, mixed given\.$#' |
| 11 | + identifier: argument.type |
| 12 | + count: 1 |
| 13 | + path: src/Algorithm/Signature/ECDSA/ECDSA.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Method Cose\\Algorithm\\Signature\\ECDSA\\ECSignature\:\:fromAsn1\(\) should return string but returns string\|false\.$#' |
| 17 | + identifier: return.type |
10 | 18 | count: 1
|
11 | 19 | path: src/Algorithm/Signature/ECDSA/ECSignature.php
|
12 | 20 |
|
13 | 21 | -
|
14 |
| - message: "#^Method Cose\\\\Algorithm\\\\Signature\\\\ECDSA\\\\ECSignature\\:\\:toAsn1\\(\\) should return string but returns string\\|false\\.$#" |
| 22 | + message: '#^Method Cose\\Algorithm\\Signature\\ECDSA\\ECSignature\:\:toAsn1\(\) should return string but returns string\|false\.$#' |
| 23 | + identifier: return.type |
15 | 24 | count: 1
|
16 | 25 | path: src/Algorithm/Signature/ECDSA/ECSignature.php
|
17 | 26 |
|
18 | 27 | -
|
19 |
| - message: "#^Parameter \\#1 \\$signature of function sodium_crypto_sign_verify_detached expects non\\-empty\\-string, string given\\.$#" |
| 28 | + message: '#^Parameter \#1 \$signature of function sodium_crypto_sign_verify_detached expects non\-empty\-string, string given\.$#' |
| 29 | + identifier: argument.type |
20 | 30 | count: 1
|
21 | 31 | path: src/Algorithm/Signature/EdDSA/EdDSA.php
|
22 | 32 |
|
23 | 33 | -
|
24 |
| - message: "#^Parameter \\#2 \\$secret_key of function sodium_crypto_sign_detached expects non\\-empty\\-string, string given\\.$#" |
| 34 | + message: '#^Parameter \#2 \$secret_key of function sodium_crypto_sign_detached expects non\-empty\-string, string given\.$#' |
| 35 | + identifier: argument.type |
25 | 36 | count: 2
|
26 | 37 | path: src/Algorithm/Signature/EdDSA/EdDSA.php
|
27 | 38 |
|
28 | 39 | -
|
29 |
| - message: "#^Parameter \\#3 \\$public_key of function sodium_crypto_sign_verify_detached expects non\\-empty\\-string, string given\\.$#" |
| 40 | + message: '#^Parameter \#3 \$public_key of function sodium_crypto_sign_verify_detached expects non\-empty\-string, string given\.$#' |
| 41 | + identifier: argument.type |
30 | 42 | count: 1
|
31 | 43 | path: src/Algorithm/Signature/EdDSA/EdDSA.php
|
32 | 44 |
|
33 | 45 | -
|
34 |
| - message: "#^Parameter \\#1 \\$length of function random_bytes expects int\\<1, max\\>, int given\\.$#" |
| 46 | + message: '#^Parameter \#1 \$length of function random_bytes expects int\<1, max\>, int given\.$#' |
| 47 | + identifier: argument.type |
35 | 48 | count: 1
|
36 | 49 | path: src/Algorithm/Signature/RSA/PSSRSA.php
|
37 | 50 |
|
38 | 51 | -
|
39 |
| - message: "#^Parameter \\#1 \\$array of function current expects array\\|object, array\\|false given\\.$#" |
| 52 | + message: '#^Method Cose\\Algorithm\\Signature\\RSA\\RSA\:\:sign\(\) should return string but returns mixed\.$#' |
| 53 | + identifier: return.type |
| 54 | + count: 1 |
| 55 | + path: src/Algorithm/Signature/RSA/RSA.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Parameter \#1 \$array of function current expects array\|object, array\|false given\.$#' |
| 59 | + identifier: argument.type |
| 60 | + count: 1 |
| 61 | + path: src/BigInteger.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Parameter \#1 \$number of static method Brick\\Math\\BigInteger\:\:fromBase\(\) expects string, mixed given\.$#' |
| 65 | + identifier: argument.type |
40 | 66 | count: 1
|
41 | 67 | path: src/BigInteger.php
|
42 | 68 |
|
43 | 69 | -
|
44 |
| - message: "#^Parameter \\#1 \\$string of function ltrim expects string, string\\|false given\\.$#" |
| 70 | + message: '#^Parameter \#1 \$string of function ltrim expects string, string\|false given\.$#' |
| 71 | + identifier: argument.type |
45 | 72 | count: 1
|
46 | 73 | path: src/BigInteger.php
|
47 | 74 |
|
48 | 75 | -
|
49 |
| - message: "#^Cannot cast mixed to string\\.$#" |
| 76 | + message: '#^Cannot cast mixed to string\.$#' |
| 77 | + identifier: cast.string |
50 | 78 | count: 2
|
51 | 79 | path: src/Key/Ec2Key.php
|
52 | 80 |
|
53 | 81 | -
|
54 |
| - message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:curve\\(\\) should return int\\|string but returns mixed\\.$#" |
| 82 | + message: '#^Method Cose\\Key\\Ec2Key\:\:curve\(\) should return int\|string but returns mixed\.$#' |
| 83 | + identifier: return.type |
55 | 84 | count: 1
|
56 | 85 | path: src/Key/Ec2Key.php
|
57 | 86 |
|
58 | 87 | -
|
59 |
| - message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:d\\(\\) should return string but returns mixed\\.$#" |
| 88 | + message: '#^Method Cose\\Key\\Ec2Key\:\:d\(\) should return string but returns mixed\.$#' |
| 89 | + identifier: return.type |
60 | 90 | count: 1
|
61 | 91 | path: src/Key/Ec2Key.php
|
62 | 92 |
|
63 | 93 | -
|
64 |
| - message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:x\\(\\) should return string but returns mixed\\.$#" |
| 94 | + message: '#^Method Cose\\Key\\Ec2Key\:\:x\(\) should return string but returns mixed\.$#' |
| 95 | + identifier: return.type |
65 | 96 | count: 1
|
66 | 97 | path: src/Key/Ec2Key.php
|
67 | 98 |
|
68 | 99 | -
|
69 |
| - message: "#^Method Cose\\\\Key\\\\Ec2Key\\:\\:y\\(\\) should return string but returns mixed\\.$#" |
| 100 | + message: '#^Method Cose\\Key\\Ec2Key\:\:y\(\) should return string but returns mixed\.$#' |
| 101 | + identifier: return.type |
70 | 102 | count: 1
|
71 | 103 | path: src/Key/Ec2Key.php
|
72 | 104 |
|
73 | 105 | -
|
74 |
| - message: "#^Cannot cast mixed to int\\.$#" |
| 106 | + message: '#^Cannot cast mixed to int\.$#' |
| 107 | + identifier: cast.int |
75 | 108 | count: 1
|
76 | 109 | path: src/Key/Key.php
|
77 | 110 |
|
78 | 111 | -
|
79 |
| - message: "#^Method Cose\\\\Key\\\\Key\\:\\:type\\(\\) should return int\\|string but returns mixed\\.$#" |
| 112 | + message: '#^Method Cose\\Key\\Key\:\:type\(\) should return int\|string but returns mixed\.$#' |
| 113 | + identifier: return.type |
80 | 114 | count: 1
|
81 | 115 | path: src/Key/Key.php
|
82 | 116 |
|
83 | 117 | -
|
84 |
| - message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:curve\\(\\) should return int\\|string but returns mixed\\.$#" |
| 118 | + message: '#^Method Cose\\Key\\OkpKey\:\:curve\(\) should return int\|string but returns mixed\.$#' |
| 119 | + identifier: return.type |
85 | 120 | count: 1
|
86 | 121 | path: src/Key/OkpKey.php
|
87 | 122 |
|
88 | 123 | -
|
89 |
| - message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:d\\(\\) should return string but returns mixed\\.$#" |
| 124 | + message: '#^Method Cose\\Key\\OkpKey\:\:d\(\) should return string but returns mixed\.$#' |
| 125 | + identifier: return.type |
90 | 126 | count: 1
|
91 | 127 | path: src/Key/OkpKey.php
|
92 | 128 |
|
93 | 129 | -
|
94 |
| - message: "#^Method Cose\\\\Key\\\\OkpKey\\:\\:x\\(\\) should return string but returns mixed\\.$#" |
| 130 | + message: '#^Method Cose\\Key\\OkpKey\:\:x\(\) should return string but returns mixed\.$#' |
| 131 | + identifier: return.type |
95 | 132 | count: 1
|
96 | 133 | path: src/Key/OkpKey.php
|
97 | 134 |
|
98 | 135 | -
|
99 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:QInv\\(\\) should return string but returns mixed\\.$#" |
| 136 | + message: '#^Method Cose\\Key\\RsaKey\:\:QInv\(\) should return string but returns mixed\.$#' |
| 137 | + identifier: return.type |
| 138 | + count: 1 |
| 139 | + path: src/Key/RsaKey.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Method Cose\\Key\\RsaKey\:\:d\(\) should return string but returns mixed\.$#' |
| 143 | + identifier: return.type |
100 | 144 | count: 1
|
101 | 145 | path: src/Key/RsaKey.php
|
102 | 146 |
|
103 | 147 | -
|
104 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:d\\(\\) should return string but returns mixed\\.$#" |
| 148 | + message: '#^Method Cose\\Key\\RsaKey\:\:dI\(\) should return string but returns mixed\.$#' |
| 149 | + identifier: return.type |
105 | 150 | count: 1
|
106 | 151 | path: src/Key/RsaKey.php
|
107 | 152 |
|
108 | 153 | -
|
109 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dI\\(\\) should return string but returns mixed\\.$#" |
| 154 | + message: '#^Method Cose\\Key\\RsaKey\:\:dP\(\) should return string but returns mixed\.$#' |
| 155 | + identifier: return.type |
110 | 156 | count: 1
|
111 | 157 | path: src/Key/RsaKey.php
|
112 | 158 |
|
113 | 159 | -
|
114 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dP\\(\\) should return string but returns mixed\\.$#" |
| 160 | + message: '#^Method Cose\\Key\\RsaKey\:\:dQ\(\) should return string but returns mixed\.$#' |
| 161 | + identifier: return.type |
115 | 162 | count: 1
|
116 | 163 | path: src/Key/RsaKey.php
|
117 | 164 |
|
118 | 165 | -
|
119 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:dQ\\(\\) should return string but returns mixed\\.$#" |
| 166 | + message: '#^Method Cose\\Key\\RsaKey\:\:e\(\) should return string but returns mixed\.$#' |
| 167 | + identifier: return.type |
120 | 168 | count: 1
|
121 | 169 | path: src/Key/RsaKey.php
|
122 | 170 |
|
123 | 171 | -
|
124 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:e\\(\\) should return string but returns mixed\\.$#" |
| 172 | + message: '#^Method Cose\\Key\\RsaKey\:\:n\(\) should return string but returns mixed\.$#' |
| 173 | + identifier: return.type |
125 | 174 | count: 1
|
126 | 175 | path: src/Key/RsaKey.php
|
127 | 176 |
|
128 | 177 | -
|
129 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:n\\(\\) should return string but returns mixed\\.$#" |
| 178 | + message: '#^Method Cose\\Key\\RsaKey\:\:other\(\) should return array\<mixed\> but returns mixed\.$#' |
| 179 | + identifier: return.type |
130 | 180 | count: 1
|
131 | 181 | path: src/Key/RsaKey.php
|
132 | 182 |
|
133 | 183 | -
|
134 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:other\\(\\) should return array but returns mixed\\.$#" |
| 184 | + message: '#^Method Cose\\Key\\RsaKey\:\:p\(\) should return string but returns mixed\.$#' |
| 185 | + identifier: return.type |
135 | 186 | count: 1
|
136 | 187 | path: src/Key/RsaKey.php
|
137 | 188 |
|
138 | 189 | -
|
139 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:p\\(\\) should return string but returns mixed\\.$#" |
| 190 | + message: '#^Method Cose\\Key\\RsaKey\:\:q\(\) should return string but returns mixed\.$#' |
| 191 | + identifier: return.type |
140 | 192 | count: 1
|
141 | 193 | path: src/Key/RsaKey.php
|
142 | 194 |
|
143 | 195 | -
|
144 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:q\\(\\) should return string but returns mixed\\.$#" |
| 196 | + message: '#^Method Cose\\Key\\RsaKey\:\:rI\(\) should return string but returns mixed\.$#' |
| 197 | + identifier: return.type |
145 | 198 | count: 1
|
146 | 199 | path: src/Key/RsaKey.php
|
147 | 200 |
|
148 | 201 | -
|
149 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:rI\\(\\) should return string but returns mixed\\.$#" |
| 202 | + message: '#^Method Cose\\Key\\RsaKey\:\:tI\(\) should return string but returns mixed\.$#' |
| 203 | + identifier: return.type |
150 | 204 | count: 1
|
151 | 205 | path: src/Key/RsaKey.php
|
152 | 206 |
|
153 | 207 | -
|
154 |
| - message: "#^Method Cose\\\\Key\\\\RsaKey\\:\\:tI\\(\\) should return string but returns mixed\\.$#" |
| 208 | + message: '#^Parameter \#1 \$array of function current expects array\|object, array\|false given\.$#' |
| 209 | + identifier: argument.type |
155 | 210 | count: 1
|
156 | 211 | path: src/Key/RsaKey.php
|
157 | 212 |
|
158 | 213 | -
|
159 |
| - message: "#^Parameter \\#1 \\$array of function current expects array\\|object, array\\|false given\\.$#" |
| 214 | + message: '#^Parameter \#1 \$number of static method Brick\\Math\\BigInteger\:\:fromBase\(\) expects string, mixed given\.$#' |
| 215 | + identifier: argument.type |
160 | 216 | count: 1
|
161 | 217 | path: src/Key/RsaKey.php
|
162 | 218 |
|
163 | 219 | -
|
164 |
| - message: "#^Cannot cast mixed to int\\.$#" |
| 220 | + message: '#^Cannot cast mixed to int\.$#' |
| 221 | + identifier: cast.int |
165 | 222 | count: 1
|
166 | 223 | path: src/Key/SymmetricKey.php
|
167 | 224 |
|
168 | 225 | -
|
169 |
| - message: "#^Method Cose\\\\Key\\\\SymmetricKey\\:\\:k\\(\\) should return string but returns mixed\\.$#" |
| 226 | + message: '#^Method Cose\\Key\\SymmetricKey\:\:k\(\) should return string but returns mixed\.$#' |
| 227 | + identifier: return.type |
170 | 228 | count: 1
|
171 | 229 | path: src/Key/SymmetricKey.php
|
0 commit comments