Skip to content

Commit d89ceb3

Browse files
committed
[ci-review] Rector Rectify
1 parent 0575638 commit d89ceb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rules/CodeQuality/NodeFactory/PropertyTypeDecorator.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ public function decoratePropertyWithDocBlock(Property $property, ComplexType|Ide
5454
$this->phpDocTypeChanger->changeVarType($phpDocInfo, $newType);
5555
}
5656

57-
public function decoratePropertyWithVarDoc(Property $property, Type $propertyType, bool $changeOnlyDoc = false): void
58-
{
57+
public function decoratePropertyWithVarDoc(
58+
Property $property,
59+
Type $propertyType,
60+
bool $changeOnlyDoc = false
61+
): void {
5962
$phpDocInfo = $this->phpDocInfoFactory->createFromNodeOrEmpty($property);
6063
$phpDocInfo->makeMultiLined();
6164

0 commit comments

Comments
 (0)