Skip to content

Commit fe9672a

Browse files
Merge branch '7.4' into 8.0
* 7.4: CS fixes
2 parents c495b4b + 00383f6 commit fe9672a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Attribute/ValueTransformer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
namespace Symfony\Component\JsonStreamer\Attribute;
1313

1414
use Symfony\Component\JsonStreamer\Exception\LogicException;
15+
use Symfony\Component\JsonStreamer\ValueTransformer\ValueTransformerInterface;
1516

1617
/**
17-
* Defines a callable or a {@see \Symfony\Component\JsonStreamer\ValueTransformer\ValueTransformerInterface} service id
18+
* Defines a callable or a {@see ValueTransformerInterface} service id
1819
* that will be used to transform the property data during stream reading/writing.
1920
*
2021
* @author Mathias Arlaud <mathias.arlaud@gmail.com>

0 commit comments

Comments
 (0)