Skip to content

Commit

Permalink
Remove tomasvotruba/unused-public (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Beinder <[email protected]>
  • Loading branch information
dependabot[bot] and onairmarc authored Oct 2, 2024
1 parent b417fc5 commit 65ebba2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"tightenco/duster": "^2.7 || ^3.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/unused-public": "^0.3.9 || ^0.4.0"
"tomasvotruba/cognitive-complexity": "^0.2.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ parameters:
- identifier: missingType.generics
- identifier: missingType.iterableValue
- '#PHPDoc tag .+ #'
unused_public:
methods: true
properties: true
constants: true
cognitive_complexity:
class: 50
function: 10

0 comments on commit 65ebba2

Please sign in to comment.