Skip to content

Releases: Swivl/php-coding-standard

v2.0.0

Choose a tag to compare

@javer javer released this 19 Nov 13:04
v2.0.0
3bc35a7

What's new:

  • Support PHPCS 4.0
  • [BC Break] Incompatible with PHPCS <4.0
  • [BC Break] Incompatible with slevomat/coding-standard <8.16.0

v1.6.2

Choose a tag to compare

@manowark manowark released this 25 Jun 08:59
v1.6.2
15c1118

What's new:

  • DoctrineEntitySniff: support NO ACTION referential action

v1.6.1

Choose a tag to compare

@manowark manowark released this 24 Jun 12:49
v1.6.1
b117601

What's new:

  • DoctrineEntitySniff: support RESTRICT referential action

v1.6.0

Choose a tag to compare

@manowark manowark released this 18 Dec 09:00
v1.6.0
cd6c5f5

What's new:

  • Add PHP 8.4 support

v1.5.0

Choose a tag to compare

@javer javer released this 19 Apr 17:25
v1.5.0
d3f810a

What's new:

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

v1.4.7

Choose a tag to compare

@javer javer released this 22 Mar 13:20
v1.4.7
a8548a7

What's new:

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

v1.4.6

Choose a tag to compare

@javer javer released this 27 Dec 08:55
v1.4.6
07cd65e

What's new:

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

v1.4.5

Choose a tag to compare

@javer javer released this 19 Aug 12:31
v1.4.5
13dd9df

What's new:

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

v1.4.4

Choose a tag to compare

@javer javer released this 16 Jan 20:38
v1.4.4
8ce00b8

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

Choose a tag to compare

@javer javer released this 15 Jan 11:11
v1.4.3
6a4f56c

What's new:

  • DoctrineEntitySniff: support Doctrine ORM 2.11+ enumType