mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 04:19:44 +01:00
Fix codesample in TypedPropertyRector
This rector does not remove the PHPDoc.
This commit is contained in:
parent
26aef3aa15
commit
abbd6357f9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user