We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d8ca0 + 2256422 commit f81f52dCopy full SHA for f81f52d
src/Denormalizer/EnumerationDenormalizer.php
@@ -31,7 +31,7 @@ public function __construct(private readonly StringDenormalizer $stringDenormali
31
*
32
* @throws ValidationError If `$data` does not meet the requirements of the denormalizer
33
34
- * @return BackedEnum the same enum object as the one that was passed to `$data` argument
+ * @psalm-return T the same enum object as the one that was passed to `$data` argument
35
*/
36
public function denormalize(
37
mixed $data,
0 commit comments