Skip to content

Commit 61d92bb

Browse files
authored
Update rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php
1 parent 9ea5484 commit 61d92bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function getNodeTypes(): array
7878
*/
7979
public function refactor(Node $node): ?ClassMethod
8080
{
81-
8281
if (! $this->isName($node, MethodName::CONSTRUCT)) {
8382
return null;
8483
}

0 commit comments

Comments
 (0)