Skip to content

Tags: MyOnlineStore/coding-standard

Tags

4.0.3

Toggle 4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ruleset): Remove Yoda-comparison requirement. (#16)

4.0.2

Toggle 4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: enforce spacing on union for type hints (#15)

4.0.1

Toggle 4.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
frankverhoeven Frank Verhoeven
chore: Use Doctrine CS 10.x stable

4.0

Toggle 4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade to Doctrine Coding Standard 10 (#14)

Add PHP 8.1 compatibility. To be able to install, set the `minimum-stability`
in the `composer.json` to `dev`.

There is one major change; multi-line function calls must have a trailing
comma, similar to multi-line arrays.

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Partial PHP 8.1 support (#12)

Use `squizlabs/php_codesniffer:dev-master`, that has partial support for PHP 8.1.

3.1

Toggle 3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to doctrine/coding-standard ^9 (#11)

3.0

Toggle 3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to allow PHP 8 (#10)

Upgrade for PHP 8
Upgrade doctrine/coding-standard -> ^8.1

2.0

Toggle 2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade with Doctrine coding-standard as base (#9)

1.1.3

Toggle 1.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Allow unused parameters sometimes required by an interface (#8)

1.1.2

Toggle 1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Require single-line property docblocks (#7)