Skip to content

Tags: doctrine/coding-standard

Tags

13.0.0

Toggle 13.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [13.0.0](https://github.com/doctrine/coding-sta…

…ndard/milestone/33)

Backwards incompatible release (major)

### 13.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **1**

 - [327: feat: enable SlevomatCodingStandard.TypeHints.ClassConstantTypeHint](#327) thanks to @simPod

#### BC break,Improvement,New sniff

 - [320: feat: enable SlevomatCodingStandard.Classes.EnumCaseSpacing sniff](#320) thanks to @simPod

12.0.0

Toggle 12.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [12.0.0](https://github.com/doctrine/coding-sta…

…ndard/milestone/28)

Backwards incompatible release (major)

### 12.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **2**

#### Improvement

 - [313: Set Bash explicitly as default shell in `Makefile`](#313) thanks to @phansys

#### Dependencies

 - [312: Bump "slevomat/coding-standard" to ^8.11](#312) thanks to @phansys

#### New rule

 - [311: Configure "SlevomatCodingStandard.Commenting.AnnotationName" rule](#311) thanks to @phansys
 - [310: Disallow string property fetch](#310) thanks to @greg0ire

11.1.0

Toggle 11.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [11.1.0](https://github.com/doctrine/coding-sta…

…ndard/milestone/27)

Feature release (minor)

### 11.1.0

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

#### Dependencies,Improvement

 - [308: Merge 11.0.x up into 11.1.x](#308) thanks to @greg0ire

 - [306: Composer: allow for the 1.0.0 version of the Composer PHPCS plugin](#306) thanks to @jrfnl

11.0.0

Toggle 11.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [11.0.0](https://github.com/doctrine/coding-sta…

…ndard/milestone/25)

Backwards incompatible release (major)

### 11.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **6**
- Total contributors: **2**

 - [304: String interpolation: don't suggest `sprintf()`](#304) thanks to @derrabus
 - [295: feat: handle blank lines between class properties](#295) thanks to @simPod
 - [292: refactor: just rerun patch targets](#292) thanks to @simPod

#### BC break,CI,New rule

 - [298: Add attribute sniffs](#298) thanks to @simPod

#### BC break,Improvement

 - [294: refactor: replace RequireOneLinePropertyDocComment with RequireOneLineDocComment](#294) thanks to @simPod

#### BC break,Improvement,New rule

 - [293: feat(explicit assertions): enable advanced string types and integer ranges](#293) thanks to @simPod

10.0.0

Toggle 10.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [10.0.0](https://github.com/doctrine/coding-sta…

…ndard/milestone/22)

Backwards incompatible release (major)

### 10.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **10**
- Total contributors: **2**

#### BC break,New rule

 - [283: Require constructor property promotion](#283) thanks to @greg0ire
 - [277: feat: run PropertyDeclaration on promoted properties](#277) thanks to @simPod

#### BC break,Improvement,New rule

 - [281: feat: require non-capturing catch](#281) thanks to @simPod
 - [268: feat: add rules for trailing commas in function declarations](#268) thanks to @simPod

 - [279: chore: show sniff codes in all reports](#279) thanks to @simPod
 - [275: ci: do not throw away exit codes](#275) thanks to @simPod

#### Dependencies,Improvement,New rule

 - [278: feat: add space CS for BackedEnums](#278) thanks to @simPod

#### Dependencies

 - [272: chore: add dealerdirect/phpcodesniffer-composer-installer to allowed plugins](#272) thanks to @simPod

#### Improvement

 - [271: Merge 9.0.x up into 10.0.x ](#271) thanks to @simPod
 - [270: feat: add rules for trailing commas in function calls and closure `use`](#270) thanks to @simPod

9.0.2

Toggle 9.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
greg0ire Grégoire Paris
Revert to 9.0.0

9.0.1 is not semver compliant. The plan is to not release other 9.0.x
and then stick to semver.

9.0.1

Toggle 9.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [9.0.1](https://github.com/doctrine/coding-stan…

…dard/milestone/20)

9.0.x bugfix release (patch)

### 9.0.1

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **1**

 - [269: fix: use tmp-patch file name](#269) thanks to @simPod
 - [264: chore(deps): require slevomat/coding-standard v8 and squizlabs/php_codesniffer v3.7](#264) thanks to @simPod
 - [257: Add tests for PHP 8](#257) thanks to @simPod
 - [255: Require Null Safe Object operator](#255) thanks to @simPod
 - [252: Add RequireOneLineDocComment sniff](#252) thanks to @simPod

9.0.0

Toggle 9.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [9.0.0](https://github.com/doctrine/coding-stan…

…dard/milestone/14)

### 9.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

 - [238: Add psalm-prefixed annotations to param and return group](#238) thanks to @simonberger

8.2.1

Toggle 8.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [8.2.1](https://github.com/doctrine/coding-stan…

…dard/milestone/17)

8.2.x bugfix release (patch)

### 8.2.1

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

 - [237: Remove SlevomatCodingStandard.Classes.UnusedPrivateElements](#237) thanks to @morozov

#### documentation

 - [234: fix docs link](#234) thanks to @sinacek

8.2.0

Toggle 8.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [8.2.0](https://github.com/doctrine/coding-stan…

…dard/milestone/16)

### 8.2.0

- Total issues resolved: **0**
- Total pull requests resolved: **9**
- Total contributors: **6**

 - [226: Still works on PHP 7.1](#226) thanks to @beberlei
 - [220: Drop Travis](#220) thanks to @greg0ire
 - [195: Makefile improvements](#195) thanks to @greg0ire

#### documentation

 - [221: Move website config to default branch](#221) thanks to @SenseException
 - [205: Update PSR-2 refs on docs to PSR-12](#205) thanks to @gmponos
 - [202: Trivial comment change from PSR2 to PSR12](#202) thanks to @gmponos

#### Dependencies

 - [213: Composer: update PHPCS Composer plugin dependency](#213) thanks to @jrfnl

#### CI,bug

 - [210: Fix exit code handling](#210) thanks to @lcobucci

#### New rule

 - [199: Add `user_error` function in forbidden ones as it is an alias](#199) thanks to @gmponos