@@ -25,7 +25,7 @@ |
||
25 | 25 | $normalizedValues = $this->baseNormalizer->normalize($object, $format, $context); |
26 | 26 | |
27 | 27 | /** |
28 | - * @var AttributeOption $object |
|
28 | + * @var AttributeOption $object |
|
29 | 29 | */ |
30 | 30 | if ($object->isTableAttribute()) { |
31 | 31 | $normalizedValues['type'] = $object->getType(); |
@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | $fieldConstraints = []; |
45 | 45 | /** |
46 | - * @var AttributeOption $option |
|
46 | + * @var AttributeOption $option |
|
47 | 47 | */ |
48 | 48 | // DocBlock of getOptions() claims to be only ArrayAccess, but Options are a Doctrine Collection |
49 | 49 | foreach ($attribute->getOptions() as $option) { |