Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: php/docbook-cs

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve workflow formatting and remove the need for a write token (#14)

* improve workflow formatting and remove the need for a write token

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restructure README and update config namespace (#8)

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip para elements inside formalpara in SimparaSniff (#7)

* fix: skip para elements inside formalpara in SimparaSniff

Para elements that are direct children of formalpara elements should not be flagged as violations, as they are part of a valid formalpara structure. This change adds a check to skip processing para elements when their parent is a formalpara element, handling both with and without namespaces.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add entity resolution with project root mapping and sniff whitespace (#6

)

* add entity resolution with project root mapping
* add sniff whitespace

1.0.1.1

Toggle 1.0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move composer package to dev (#4)

* chore: move phpstan extensions to require-dev

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add configurable severity levels for sniffs (#2)

* feat: add configurable severity levels for sniffs

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jordikroon Jordi Kroon
chore: rename package to docbook-cs

Update the package name in composer.json to use kebab-case naming convention for better consistency with common package naming standards.