Skip to content

Commit 69347ab

Browse files
committed
Switch to Doctrine's Coding Standard
DMS Coding standard has not gotten attention, so we can just default to using vanilla Doctrine Standard, but disabling the rules that affect backwards compatibility.
1 parent 13b8ac3 commit 69347ab

File tree

3 files changed

+1966
-4
lines changed

3 files changed

+1966
-4
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"email": "[email protected]"
1414
}
1515
],
16-
"require-dev": {
17-
"dms/coding-standard": "^9"
18-
},
1916
"autoload": {
2017
"files": ["assertarraysubset-autoload.php"]
2118
},
@@ -28,5 +25,8 @@
2825
"allow-plugins": {
2926
"dealerdirect/phpcodesniffer-composer-installer": true
3027
}
28+
},
29+
"require-dev": {
30+
"doctrine/coding-standard": "^12.0"
3131
}
3232
}

0 commit comments

Comments
 (0)