Skip to content

Commit ede6efd

Browse files
committed
[ci-review] Rector Rectify
1 parent 22936ae commit ede6efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/Php82/Rector/Class_/ReadOnlyClassRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ private function shouldSkip(Class_ $class): bool
106106
return true;
107107
}
108108
}
109+
109110
// property promotion
110111
return $this->phpAttributeAnalyzer->hasPhpAttribute($class, self::ATTRIBUTE);
111112
}

0 commit comments

Comments
 (0)