|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: '#^Method Patchlevel\\Hydrator\\Cryptography\\Cipher\\OpensslCipher\:\:encrypt\(\) should return non\-empty\-string but returns string\.$#' |
| 4 | + message: '#^Method Patchlevel\\Hydrator\\Extension\\Cryptography\\Cipher\\OpensslCipher\:\:encrypt\(\) should return non\-empty\-string but returns string\.$#' |
5 | 5 | identifier: return.type |
6 | 6 | count: 1 |
7 | | - path: src/Cryptography/Cipher/OpensslCipher.php |
| 7 | + path: src/Extension/Cryptography/Cipher/OpensslCipher.php |
8 | 8 |
|
9 | 9 | - |
10 | | - message: '#^Parameter \#1 \$key of class Patchlevel\\Hydrator\\Cryptography\\Cipher\\CipherKey constructor expects non\-empty\-string, string given\.$#' |
| 10 | + message: '#^Parameter \#1 \$key of class Patchlevel\\Hydrator\\Extension\\Cryptography\\Cipher\\CipherKey constructor expects non\-empty\-string, string given\.$#' |
11 | 11 | identifier: argument.type |
12 | 12 | count: 1 |
13 | | - path: src/Cryptography/Cipher/OpensslCipherKeyFactory.php |
| 13 | + path: src/Extension/Cryptography/Cipher/OpensslCipherKeyFactory.php |
14 | 14 |
|
15 | 15 | - |
16 | | - message: '#^Parameter \#3 \$iv of class Patchlevel\\Hydrator\\Cryptography\\Cipher\\CipherKey constructor expects non\-empty\-string, string given\.$#' |
| 16 | + message: '#^Parameter \#3 \$iv of class Patchlevel\\Hydrator\\Extension\\Cryptography\\Cipher\\CipherKey constructor expects non\-empty\-string, string given\.$#' |
17 | 17 | identifier: argument.type |
18 | 18 | count: 1 |
19 | | - path: src/Cryptography/Cipher/OpensslCipherKeyFactory.php |
| 19 | + path: src/Extension/Cryptography/Cipher/OpensslCipherKeyFactory.php |
20 | 20 |
|
21 | 21 | - |
22 | 22 | message: '#^Method Patchlevel\\Hydrator\\Guesser\\BuiltInGuesser\:\:guess\(\) has parameter \$type with generic class Symfony\\Component\\TypeInfo\\Type\\ObjectType but does not specify its types\: T$#' |
@@ -91,10 +91,46 @@ parameters: |
91 | 91 | path: src/Normalizer/ObjectNormalizer.php |
92 | 92 |
|
93 | 93 | - |
94 | | - message: '#^Property Patchlevel\\Hydrator\\Tests\\Unit\\Fixture\\ChildWithSensitiveDataWithIdentifierDto\:\:\$email is never read, only written\.$#' |
| 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 | + - |
| 130 | + message: '#^Property Patchlevel\\Hydrator\\Tests\\Unit\\Extension\\Cryptography\\Fixture\\ChildWithSensitiveDataWithIdentifierDto\:\:\$email is never read, only written\.$#' |
95 | 131 | identifier: property.onlyWritten |
96 | 132 | count: 1 |
97 | | - path: tests/Unit/Fixture/ChildWithSensitiveDataWithIdentifierDto.php |
| 133 | + path: tests/Unit/Extension/Cryptography/Fixture/ChildWithSensitiveDataWithIdentifierDto.php |
98 | 134 |
|
99 | 135 | - |
100 | 136 | message: '#^Property Patchlevel\\Hydrator\\Tests\\Unit\\Fixture\\IdNormalizer\:\:\$idClass \(class\-string\<Patchlevel\\Hydrator\\Tests\\Unit\\Fixture\\Id\>\|null\) does not accept string\.$#' |
|
0 commit comments