File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/ValueExporter/Exporter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ abstract class AbstractValueExporter implements ValueExporterInterface
39
39
protected $ formatterInterface = FormatterInterface::class;
40
40
41
41
/**
42
- * An array of priorities by formatter class .
42
+ * An array indexed by formatter FQCN with a corresponding priority as value .
43
43
*
44
- * @var array []
44
+ * @var int []
45
45
*/
46
46
private $ formatters = array ();
47
47
@@ -53,7 +53,7 @@ abstract class AbstractValueExporter implements ValueExporterInterface
53
53
private $ sortedFormatters ;
54
54
55
55
/**
56
- * An array of cached formatters instances by class .
56
+ * An array of cached formatters instances by their FQCN .
57
57
*
58
58
* @var FormatterInterface[]
59
59
*/
You can’t perform that action at this time.
0 commit comments