Passed
Push — 6.0 ( cf7b98 )
by Elias
01:57 queued 45s
created
src/Normalizer/AttributeOptionNormalizer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
src/Validator/ConstraintGuesser/TableGuesser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.