8000 [ValueExporter] fixed some doc blocks in AbstractValueExporter · symfony/symfony@856cdb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 856cdb2

Browse files
committed
[ValueExporter] fixed some doc blocks in AbstractValueExporter
1 parent ab119f0 commit 856cdb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/ValueExporter/Exporter/AbstractValueExporter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ abstract class AbstractValueExporter implements ValueExporterInterface
3939
protected $formatterInterface = FormatterInterface::class;
4040

4141
/**
42-
* An array of priorities by formatter class.
42+
* An array indexed by formatter FQCN with a corresponding priority as value.
4343
*
44-
* @var array[]
44+
* @var int[]
4545
*/
4646
private $formatters = array();
4747

@@ -53,7 +53,7 @@ abstract class AbstractValueExporter implements ValueExporterInterface
5353
private $sortedFormatters;
5454

5555
/**
56-
* An array of cached formatters instances by class.
56+
* An array of cached formatters instances by their FQCN.
5757
*
5858
* @var FormatterInterface[]
5959
*/

0 commit comments

Comments
 (0)
0