Skip to content

Tags: eventjet/coding-standard

Tags

3.18.0

Toggle 3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check heredoc/nowdoc indentation (#38)

3.17.0

Toggle 3.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid string literals with double quotes (#37)

3.16.0

Toggle 3.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disallow useless string concatenation (#35)

3.15.1

Toggle 3.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace deprecated PHP-CS-Fixer rule (#33)

* `new_with_braces` is deprecated in favor of `new_with_parentheses`

* require more recent version of php-cs-fixer; `new_with_parentheses` was introduced in v3.32.0

3.15.0

Toggle 3.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refresh package (#32)

* adapt to changes in php_codesniffer 3.8
* replace outdated properties in DeclareStrictTypes with current ones
* allow v1.0 of phpcodesniffer-composer-installer

3.14.1

Toggle 3.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enforce indentation of array items (#31)

* enforce indentation of array items

* don't allow blank lines after and before array braces (and others)

* add an invalid fixture

3.14.0

Toggle 3.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow `@var mixed` annotations (#30)

3.13.0

Toggle 3.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP CS Fixer: Enable no_superfluous_phpdoc_tags (#29)

3.12.1

Toggle 3.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use correct path to strict rules file (#28)

3.12.0

Toggle 3.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify bootstrapping PHP-CS-Fixer config (#25)

* add a method to create a PhpCsFixer config with defaults
* bump minimum php version to 8.1
* upgrade PHPUnit