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
| <spanclass="prio3">3</span> | src/Command/CreateClassCommand.php | 22 |[ExcessiveClassComplexity](https://phpmd.org/rules/codesize.html#excessiveclasscomplexity)| The class CreateClassCommand has an overall complexity of 81 which is very high. The configured complexity threshold is 50. |
28
-
| <spanclass="prio3">3</span> | src/Command/CreateEnumCommand.php | 28 |[CyclomaticComplexity](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity)| The method __invoke() has a Cyclomatic Complexity of 23. The configured cyclomatic complexity threshold is 10. |
29
-
| <spanclass="prio3">3</span> | src/Command/CreateEnumCommand.php | 28 |[NPathComplexity](https://phpmd.org/rules/codesize.html#npathcomplexity)| The method __invoke() has an NPath complexity of 7992. The configured NPath complexity threshold is 200. |
30
-
| <spanclass="prio3">3</span> | src/Command/CreateEnumCommand.php | 28 |[ExcessiveMethodLength](https://phpmd.org/rules/codesize.html#excessivemethodlength)| The method __invoke() has 128 lines of code. Current threshold is set to 100. Avoid really long methods. |
28
+
| <spanclass="prio3">3</span> | src/Command/CreateEnumCommand.php | 28 |[CyclomaticComplexity](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity)| The method __invoke() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
29
+
| <spanclass="prio3">3</span> | src/Command/CreateEnumCommand.php | 28 |[NPathComplexity](https://phpmd.org/rules/codesize.html#npathcomplexity)| The method __invoke() has an NPath complexity of 472. The configured NPath complexity threshold is 200. |
31
30
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 51 |[CyclomaticComplexity](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity)| The method __invoke() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
32
31
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 51 |[NPathComplexity](https://phpmd.org/rules/codesize.html#npathcomplexity)| The method __invoke() has an NPath complexity of 768. The configured NPath complexity threshold is 200. |
33
32
| <spanclass="prio3">3</span> | src/Delegator/HTMLElementDelegator.php | 35 |[ExcessiveClassComplexity](https://phpmd.org/rules/codesize.html#excessiveclasscomplexity)| The class HTMLElementDelegator has an overall complexity of 51 which is very high. The configured complexity threshold is 50. |
@@ -42,7 +41,7 @@ Issues detected: 10
42
41
| <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. |
43
42
| <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. |
Copy file name to clipboardExpand all lines: src/Element/Block/Article.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
*
6
6
* Article - The article element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable.
Copy file name to clipboardExpand all lines: src/Element/Block/Aside.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
*
6
6
* Aside - The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content.
Copy file name to clipboardExpand all lines: src/Element/Block/Audio.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
*
6
6
* Audio - The audio element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element.
Copy file name to clipboardExpand all lines: src/Element/Block/Blockquote.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
*
6
6
* Blockquote - The blockquote element represents a section that is quoted from another source. Content inside a blockquote must be quoted from another source, whose address, if it has one, may be cited in the cite attribute.
Copy file name to clipboardExpand all lines: src/Element/Block/Body.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
*
6
6
* Body - The body element represents the content of an HTML document. All the contents such as text, images, headings, links, tables, etc. are placed between the body tags.
0 commit comments