Commit cf1a716
authored
Update ConfigSetCommand.php
fix static tests failures:
```
/var/www/html/setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php:76 The method execute() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
```
```
FILE: ...tml/setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
20 | WARNING | [ ] Class description should contain additional
| | information beyond the name already supplies.
87 | WARNING | [x] Expected 0 spaces after opening bracket; newline
| | found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
```1 parent 5f98975 commit cf1a716
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
0 commit comments