Skip to content

v1.1.2

Compare
Choose a tag to compare
@javer javer released this 21 Mar 18:25
· 33 commits to master since this release
v1.1.2
5a4af65

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