mirror of
https://github.com/doctrine/.github.git
synced 2026-03-23 22:32:09 +01:00
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"name": "Coding standards",
|
|
"description": "Enforces Doctrine Coding Standard",
|
|
"iconName": "doctrine-logo",
|
|
"categories": [
|
|
"PHP"
|
|
],
|
|
"filePatterns": [
|
|
"^phpcs\\.xml(?:\\.dist)$"
|
|
]
|
|
}
|