Releases: Swivl/php-coding-standard
Releases · Swivl/php-coding-standard
v1.5.0
What's new:
- DoctrineEntitySniff: Support custom mapping types
- Add Swivl recommended Slevomat Coding Standard rules
v1.4.7
What's new:
- DoctrineEntitySniff: do not require setter for property initialized in constructor
v1.4.6
What's new:
- UseDeclarationSniff: support Enum
- Bump CI Ubuntu version and add PHP 8.2 checks
v1.4.5
What's new:
- DoctrineEntitySniff: support immutable date/time types
- Bump CI Ubuntu version and add PHP 8.1 checks
v1.4.4
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
What's new:
- DoctrineEntitySniff: support Doctrine ORM 2.11+ enumType
v1.4.2
What's new:
- DoctrineEntitySniff: support Doctrine ORM 2.9+ Typed Property Defaults
v1.4.1
What's new:
- FunctionCommentSniff: sync with upstream to fix attributes support
v1.4.0
What's new:
- DoctrineEntitySniff: support Doctrine ORM 2.9+ PHP 8 attributes
- DoctrineEntitySniff: support multi-line attributes and self reference