@@ -108,12 +108,6 @@ parameters:
108108 count : 2
109109 path : src/Middleware/TransformMiddleware.php
110110
111- -
112- message : ' #^Attribute class Patchlevel\\Hydrator\\Normalizer\\Deprecated does not exist\.$#'
113- identifier : attribute.notFound
114- count : 1
115- path : src/Normalizer/EnumNormalizer.php
116-
117111 -
118112 message : ' #^Property Patchlevel\\Hydrator\\Normalizer\\EnumNormalizer\:\:\$enum \(class\-string\<BackedEnum\>\|null\) does not accept string\.$#'
119113 identifier : assign.propertyType
@@ -127,15 +121,15 @@ parameters:
127121 path : src/Normalizer/ObjectNormalizer.php
128122
129123 -
130- message : ' #^Parameter \#2 \$data of method Patchlevel\\Hydrator\\Middleware\\Middleware\:\:hydrate\(\) expects array\<string, mixed\ >, array\<mixed, mixed \> given\.$#'
124+ message : ' #^Parameter \#1 \$middlewares of class Patchlevel\\Hydrator\\Middleware\\Stack constructor expects non\-empty\-list\<Patchlevel\\Hydrator\\Middleware\\Middleware\ >, list\<Patchlevel\\Hydrator\\Middleware\\Middleware \> given\.$#'
131125 identifier : argument.type
132- count : 3
126+ count : 4
133127 path : src/StackHydrator.php
134128
135129 -
136- message : ' #^Parameter \#1 \$middlewares of class Patchlevel\\Hydrator\\Middleware\\Stack constructor expects non\-empty\-list\<Patchlevel\\Hydrator\\Middleware\\Middleware\ >, list\<Patchlevel\\Hydrator\\Middleware\\Middleware \> given\.$#'
130+ message : ' #^Parameter \#2 \$data of method Patchlevel\\Hydrator\\Middleware\\Middleware\:\:hydrate\(\) expects array\<string, mixed\ >, array\<mixed, mixed \> given\.$#'
137131 identifier : argument.type
138- count : 4
132+ count : 3
139133 path : src/StackHydrator.php
140134
141135 -
@@ -144,6 +138,36 @@ parameters:
144138 count : 1
145139 path : tests/Unit/Extension/Cryptography/Fixture/ChildWithSensitiveDataWithIdentifierDto.php
146140
141+ -
142+ message : ' #^Class Patchlevel\\Hydrator\\Cryptography\\PayloadCryptographer not found\.$#'
143+ identifier : class.notFound
144+ count : 1
145+ path : tests/Unit/Extension/Upcast/UpcastExtensionTest.php
146+
147+ -
148+ message : ' #^Class Patchlevel\\Hydrator\\Extension\\Cryptography\\CryptographyExtension constructor invoked with 2 parameters, 1 required\.$#'
149+ identifier : arguments.count
150+ count : 1
151+ path : tests/Unit/Extension/Upcast/UpcastExtensionTest.php
152+
153+ -
154+ message : ' #^Class Patchlevel\\Hydrator\\Extension\\Cryptography\\LegacyCryptographyDecryptMiddleware not found\.$#'
155+ identifier : class.notFound
156+ count : 1
157+ path : tests/Unit/Extension/Upcast/UpcastExtensionTest.php
158+
159+ -
160+ message : ' #^Binary operation "\." between mixed and ' ' ' ' results in an error\.$#'
161+ identifier : binaryOp.invalid
162+ count : 1
163+ path : tests/Unit/Extension/Upcast/UpcastMiddlewareTest.php
164+
165+ -
166+ message : ' #^Binary operation "\." between non\-falsy\-string and mixed results in an error\.$#'
167+ identifier : binaryOp.invalid
168+ count : 1
169+ path : tests/Unit/Extension/Upcast/UpcastMiddlewareTest.php
170+
147171 -
148172 message : ' #^Property Patchlevel\\Hydrator\\Tests\\Unit\\Fixture\\IdNormalizer\:\:\$idClass \(class\-string\<Patchlevel\\Hydrator\\Tests\\Unit\\Fixture\\Id\>\|null\) does not accept string\.$#'
149173 identifier : assign.propertyType
0 commit comments