Skip to content

Commit cd89292

Browse files
committed
#72 Change function cognitive complexity (see reasons in PR).
1 parent 7e0472e commit cd89292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parameters:
99
- '#Plugin manager has cache backend specified but does not declare cache tags.#'
1010
cognitive_complexity:
1111
class: 50
12-
function: 16
12+
function: 15

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parameters:
99
- '#Plugin manager has cache backend specified but does not declare cache tags.#'
1010
cognitive_complexity:
1111
class: 50
12-
function: 16
12+
function: 15

0 commit comments

Comments
 (0)