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 c495b4b + 00383f6 commit fe9672aCopy full SHA for fe9672a
Attribute/ValueTransformer.php
@@ -12,9 +12,10 @@
12
namespace Symfony\Component\JsonStreamer\Attribute;
13
14
use Symfony\Component\JsonStreamer\Exception\LogicException;
15
+use Symfony\Component\JsonStreamer\ValueTransformer\ValueTransformerInterface;
16
17
/**
- * Defines a callable or a {@see \Symfony\Component\JsonStreamer\ValueTransformer\ValueTransformerInterface} service id
18
+ * Defines a callable or a {@see ValueTransformerInterface} service id
19
* that will be used to transform the property data during stream reading/writing.
20
*
21
* @author Mathias Arlaud <mathias.arlaud@gmail.com>
0 commit comments