Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 1, 2024
1 parent 75427bd commit 74a2116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

-
name: 'Check Commented Code'
run: vendor/bin/easy-ci check-commented-code src tests --ansi
run: vendor/bin/easy-ci check-commented-code src --ansi

-
name: 'Check Active Classes'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"symplify/easy-ci": "*",
"symplify/easy-ci": "^12.1",
"symplify/easy-coding-standard": "^12.1",
"tomasvotruba/unused-public": "^0.3.8",
"tracy/tracy": "^2.10"
Expand Down

0 comments on commit 74a2116

Please sign in to comment.