diff --git a/docs/AllRectorsOverview.md b/docs/AllRectorsOverview.md index 23c1581a092..4e58ed8d0f1 100644 --- a/docs/AllRectorsOverview.md +++ b/docs/AllRectorsOverview.md @@ -5733,9 +5733,9 @@ Changes property `@var` annotations from annotation to type. ```diff final class SomeClass { -- /** -- * @var int -- */ + /** + * @var int + */ - private count; + private int count; }