You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/phpmd.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Issues detected: 9
36
36
| <spanclass="prio3">3</span> | src/Element/Inline/Input.php | 36 |[TooManyFields](https://phpmd.org/rules/codesize.html#toomanyfields)| The class Input has 28 fields. Consider redesigning Input to keep the number of fields under 15. |
37
37
| <spanclass="prio3">3</span> | src/Element/Inline/Input.php | 36 |[ExcessiveClassComplexity](https://phpmd.org/rules/codesize.html#excessiveclasscomplexity)| The class Input has an overall complexity of 50 which is very high. The configured complexity threshold is 50. |
38
38
| <spanclass="prio3">3</span> | src/Element/Inline/Textarea.php | 36 |[TooManyFields](https://phpmd.org/rules/codesize.html#toomanyfields)| The class Textarea has 16 fields. Consider redesigning Textarea to keep the number of fields under 15. |
39
-
| <spanclass="prio3">3</span> | src/Trait/ClassResolverTrait.php |45|[CyclomaticComplexity](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity)| The method getElementByQualifiedName() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
39
+
| <spanclass="prio3">3</span> | src/Trait/ClassResolverTrait.php |44|[CyclomaticComplexity](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity)| The method getElementByQualifiedName() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
40
40
| <spanclass="prio3">3</span> | src/Trait/GlobalAttributesTrait.php | 19 |[ExcessivePublicCount](https://phpmd.org/rules/codesize.html#excessivepubliccount)| The trait GlobalAttributesTrait has 48 public methods and attributes. Consider reducing the number of public items to less than 45. |
0 commit comments