|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Parameter \#3 \$iv of class Patchlevel\\Hydrator\\Extension\\Cryptography\\Cipher\\CipherKey constructor expects non\-empty\-string, string given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: src/Extension/Cryptography/BaseCryptographer.php |
| 8 | + |
3 | 9 | - |
4 | 10 | message: '#^Method Patchlevel\\Hydrator\\Extension\\Cryptography\\Cipher\\OpensslCipher\:\:encrypt\(\) should return non\-empty\-string but returns string\.$#' |
5 | 11 | identifier: return.type |
@@ -90,42 +96,6 @@ parameters: |
90 | 96 | count: 1 |
91 | 97 | path: src/Normalizer/ObjectNormalizer.php |
92 | 98 |
|
93 | | - - |
94 | | - message: '#^Call to method clear\(\) on an unknown class Patchlevel\\Hydrator\\Cryptography\\Store\\InMemoryCipherKeyStore\.$#' |
95 | | - identifier: class.notFound |
96 | | - count: 1 |
97 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
98 | | - |
99 | | - - |
100 | | - message: '#^Call to static method createWithOpenssl\(\) on an unknown class Patchlevel\\Hydrator\\Cryptography\\BaseCryptographer\.$#' |
101 | | - identifier: class.notFound |
102 | | - count: 1 |
103 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
104 | | - |
105 | | - - |
106 | | - message: '#^Instantiated class Patchlevel\\Hydrator\\Cryptography\\CryptographyExtension not found\.$#' |
107 | | - identifier: class.notFound |
108 | | - count: 1 |
109 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
110 | | - |
111 | | - - |
112 | | - message: '#^Instantiated class Patchlevel\\Hydrator\\Cryptography\\Store\\InMemoryCipherKeyStore not found\.$#' |
113 | | - identifier: class.notFound |
114 | | - count: 1 |
115 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
116 | | - |
117 | | - - |
118 | | - message: '#^Parameter \#1 \$extension of method Patchlevel\\Hydrator\\HydratorBuilder\:\:useExtension\(\) expects Patchlevel\\Hydrator\\Extension, Patchlevel\\Hydrator\\Cryptography\\CryptographyExtension given\.$#' |
119 | | - identifier: argument.type |
120 | | - count: 1 |
121 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
122 | | - |
123 | | - - |
124 | | - message: '#^Property Patchlevel\\Hydrator\\Tests\\Benchmark\\HydratorWithCryptographyBench\:\:\$store has unknown class Patchlevel\\Hydrator\\Cryptography\\Store\\InMemoryCipherKeyStore as its type\.$#' |
125 | | - identifier: class.notFound |
126 | | - count: 1 |
127 | | - path: tests/Benchmark/HydratorWithCryptographyBench.php |
128 | | - |
129 | 99 | - |
130 | 100 | message: '#^Property Patchlevel\\Hydrator\\Tests\\Unit\\Extension\\Cryptography\\Fixture\\ChildWithSensitiveDataWithIdentifierDto\:\:\$email is never read, only written\.$#' |
131 | 101 | identifier: property.onlyWritten |
|
0 commit comments