Skip to content

Commit cdabafe

Browse files
committed
fix
1 parent f55bb40 commit cdabafe

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rules/Php81/Rector/Property/ReadOnlyPropertyRector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ private function refactorParam(Class_ $class, ClassMethod $classMethod, Param $p
236236
return null;
237237
}
238238

239-
if ($param->attrGroups !== []) {
240-
//$this->attributeGroupNewLiner->newLine($this->file, $param);
241-
}
242-
243239
$this->visibilityManipulator->makeReadonly($param);
244240

245241
$this->removeReadOnlyDoc($param);

0 commit comments

Comments
 (0)