v1.1.2
What's new:
- DoctrineEntity: support native property type and native return type
- DoctrineEntity: support omitting PHPDoc type for property with native type
- DoctrineEntity: support static return type
- DoctrineEntity: support array as any[]
- DoctrineEntity: support short scalar types
- DoctrineEntity: support DateTimeImmutable and DateTimeInterface
- DoctrineEntity: fix issue with using type of the previous property
- FunctionComment: add __clone to whitelist of methods without return type