File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4747 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
4848 "vimeo/psalm" : " ^4" ,
4949 "nette/finder" : " ^2.5" ,
50- "symfony/finder" : " ^4.4 || ^5.3 || ^6"
50+ "symfony/finder" : " ^4.4 || ^5.3 || ^6" ,
51+ "tomasvotruba/cognitive-complexity" : " ^0.1.1"
5152 },
5253 "autoload" : {
5354 "psr-4" : {
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ parameters:
77 - ' #Plugin definitions cannot be altered. #'
88 - ' #Missing cache backend declaration for performance. #'
99 - ' #Plugin manager has cache backend specified but does not declare cache tags. #'
10+ cognitive_complexity :
11+ class : 50
12+ function : 16
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ parameters:
77 - ' #Plugin definitions cannot be altered. #'
88 - ' #Missing cache backend declaration for performance. #'
99 - ' #Plugin manager has cache backend specified but does not declare cache tags. #'
10+ cognitive_complexity :
11+ class : 50
12+ function : 16
You can’t perform that action at this time.
0 commit comments