Skip to content

Commit a511e40

Browse files
JanTvrdikclaude
andauthored
Use shipmonk/coding-standard (#124)
* Replace slevomat/coding-standard with shipmonk/coding-standard - Remove slevomat/coding-standard dependency - Add shipmonk/coding-standard dependency - Update phpcs.xml.dist to use ShipMonkCodingStandard ruleset - Preserve existing file paths and cache configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Apply coding standard fixes Fixed 8 coding standard violations across 5 files using composer fix:cs. All files now pass composer check:cs validation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 339dd4b commit a511e40

File tree

9 files changed

+131
-443
lines changed

9 files changed

+131
-443
lines changed

composer-dependency-analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
'phpstan/phpstan',
1212
'phpstan/phpstan-phpunit',
1313
'phpstan/phpstan-strict-rules',
14+
'shipmonk/coding-standard',
1415
'shipmonk/composer-dependency-analyser',
1516
'shipmonk/dead-code-detector',
1617
'shipmonk/phpstan-rules',
17-
'slevomat/coding-standard',
1818
];
1919

2020
return $config

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"phpstan/phpstan-phpunit": "^2.0.6",
2020
"phpstan/phpstan-strict-rules": "^2.0.4",
2121
"phpunit/phpunit": "^10.5.46",
22+
"shipmonk/coding-standard": "^0.1.3",
2223
"shipmonk/composer-dependency-analyser": "^1.8.3",
2324
"shipmonk/dead-code-detector": "^0.12.1",
24-
"shipmonk/phpstan-rules": "^4.1.3",
25-
"slevomat/coding-standard": "^8.15.0"
25+
"shipmonk/phpstan-rules": "^4.1.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

composer.lock

Lines changed: 86 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)