You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,12 @@ parameters:
132
132
count:2
133
133
path:src/MetadataHydrator.php
134
134
135
+
-
136
+
message:'#^Strict comparison using \=\=\= between non\-empty\-list\<Patchlevel\\Hydrator\\Middleware\\Middleware\> and array\{\} will always evaluate to false\.$#'
137
+
identifier:identical.alwaysFalse
138
+
count:1
139
+
path:src/Middleware/Stack.php
140
+
135
141
-
136
142
message:'#^Method Patchlevel\\Hydrator\\Middleware\\TransformMiddleware\:\:hydrate\(\) should return T of object but returns mixed\.$#'
137
143
identifier:return.type
@@ -186,6 +192,12 @@ parameters:
186
192
count:1
187
193
path:src/Normalizer/ReflectionTypeUtil.php
188
194
195
+
-
196
+
message:'#^Parameter \#2 \$middlewares of class Patchlevel\\Hydrator\\StackHydrator constructor expects non\-empty\-list\<Patchlevel\\Hydrator\\Middleware\\Middleware\>, list\<Patchlevel\\Hydrator\\Middleware\\Middleware\> given\.$#'
197
+
identifier:argument.type
198
+
count:1
199
+
path:src/StackHydratorBuilder.php
200
+
189
201
-
190
202
message:'#^Property Patchlevel\\Hydrator\\Tests\\Unit\\Extension\\Cryptography\\Fixture\\ChildWithSensitiveDataWithIdentifierDto\:\:\$email is never read, only written\.$#'
191
203
identifier:property.onlyWritten
@@ -240,6 +252,12 @@ parameters:
240
252
count:1
241
253
path:tests/Unit/MetadataHydratorTest.php
242
254
255
+
-
256
+
message:'#^Parameter \#1 \$middlewares of class Patchlevel\\Hydrator\\Middleware\\Stack constructor expects non\-empty\-list\<Patchlevel\\Hydrator\\Middleware\\Middleware\>, array\{\} given\.$#'
'The next middleware in Patchlevel\Hydrator\Tests\Unit\Fixture\DummyMiddleware was requested, but no further middleware exists. The following middlewares were executed: Patchlevel\Hydrator\Tests\Unit\Fixture\DummyMiddleware, Patchlevel\Hydrator\Tests\Unit\Fixture\DummyMiddleware',
0 commit comments