Skip to content

Releases: Swivl/php-coding-standard

v1.6.2

25 Jun 08:59
v1.6.2
15c1118
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support NO ACTION referential action

v1.6.1

24 Jun 12:49
v1.6.1
b117601
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support RESTRICT referential action

v1.6.0

18 Dec 09:00
v1.6.0
cd6c5f5
Compare
Choose a tag to compare

What's new:

  • Add PHP 8.4 support

v1.5.0

19 Apr 17:25
v1.5.0
d3f810a
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: Support custom mapping types
  • Add Swivl recommended Slevomat Coding Standard rules

v1.4.7

22 Mar 13:20
v1.4.7
a8548a7
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: do not require setter for property initialized in constructor

v1.4.6

27 Dec 08:55
v1.4.6
07cd65e
Compare
Choose a tag to compare

What's new:

  • UseDeclarationSniff: support Enum
  • Bump CI Ubuntu version and add PHP 8.2 checks

v1.4.5

19 Aug 12:31
v1.4.5
13dd9df
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support immutable date/time types
  • Bump CI Ubuntu version and add PHP 8.1 checks

v1.4.4

16 Jan 20:38
v1.4.4
8ce00b8
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support several attributes in the same attr block
  • DoctrineEntitySniff: do not require setter for property set via constructor

v1.4.3

15 Jan 11:11
v1.4.3
6a4f56c
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support Doctrine ORM 2.11+ enumType

v1.4.2

14 Jan 09:12
v1.4.2
a93e4b3
Compare
Choose a tag to compare

What's new:

  • DoctrineEntitySniff: support Doctrine ORM 2.9+ Typed Property Defaults