Skip to content

Commit 675cc79

Browse files
jrushlowweaverryan
authored andcommitted
php-cs-fixer it up
1 parent 75079fd commit 675cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Util/ClassSourceManipulator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,14 +808,14 @@ public function buildAttributeNode(string $attributeClass, array $options, ?stri
808808

809809
// Use the Doctrine Types constant
810810
if ('type' === $option && str_starts_with($value, 'Types::')) {
811-
return new Node\Arg(
811+
return new Node\Arg(
812812
new Node\Expr\ConstFetch(new Node\Name($value)),
813813
false,
814814
false,
815815
[],
816816
new Node\Identifier($option)
817817
);
818-
}
818+
}
819819

820820
return new Node\Arg($context->buildNodeExprByValue($value), false, false, [], new Node\Identifier($option));
821821
}, array_keys($options), array_values($options));

0 commit comments

Comments
 (0)