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.
1 parent 6ef363b commit e8e7062Copy full SHA for e8e7062
DataTransformerInterface.php
@@ -58,7 +58,9 @@ interface DataTransformerInterface
58
*
59
* @param TValue|null $value The value in the original representation
60
61
- * @return TTransformedValue|null
+ * @return mixed
62
+ *
63
+ * @psalm-return TTransformedValue|null
64
65
* @throws TransformationFailedException when the transformation fails
66
*/
@@ -87,7 +89,9 @@ public function transform(mixed $value);
87
89
88
90
* @param TTransformedValue|null $value The value in the transformed representation
91
- * @return TValue|null
92
93
94
+ * @psalm-return TValue|null
95
96
97
0 commit comments