Skip to content

Commit edfb1ea

Browse files
committed
[rector] Rector fixes
1 parent 31df930 commit edfb1ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/TypedCollections/Rector/Class_/InitializeCollectionInConstructorRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ private function isDefaultArrayCollectionPropertyCandidate(mixed $property): boo
140140
if ($this->entityLikeClassDetector->isToMany($property)) {
141141
return true;
142142
}
143+
143144
return $this->collectionPropertyDetector->detect($property);
144145
}
145146
}

0 commit comments

Comments
 (0)