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/BatchGeneratorCommand.php | 58 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$specification`. |
12
+
| <spanclass="prio3">3</span> | src/Command/BatchGeneratorCommand.php | 95 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$elementShortName`. |
13
+
| <spanclass="prio3">3</span> | src/Command/CreateClassCommand.php | 400 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$type`. |
14
+
| <spanclass="prio3">3</span> | src/Command/GenerateComposedCommand.php | 57 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$specification`. |
15
+
| <spanclass="prio3">3</span> | src/Command/MergeSpecifications.php | 26 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$input`. |
16
+
| <spanclass="prio3">3</span> | src/Command/MergeSpecifications.php | 34 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$props`. |
17
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 37 |[UnusedPrivateField](https://phpmd.org/rules/unusedcode.html#unusedprivatefield)| Avoid unused private fields such as `$data`. |
18
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 216 |[UnusedPrivateMethod](https://phpmd.org/rules/unusedcode.html#unusedprivatemethod)| Avoid unused private methods such as `parseFile`. |
19
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 216 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$generator`. |
20
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 216 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$sourceFile`. |
21
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 216 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$dest`. |
22
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 216 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$io`. |
23
+
| <spanclass="prio3">3</span> | src/Command/WatchCommand.php | 224 |[UnusedPrivateMethod](https://phpmd.org/rules/unusedcode.html#unusedprivatemethod)| Avoid unused private methods such as `formatHtml`. |
24
+
| <spanclass="prio3">3</span> | src/Service/ComponentBuilder.php | 50 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$childElement`. |
25
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/BladeGenerator.php | 275 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$parentRef`. |
26
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/NextJSGenerator.php | 204 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$level`. |
27
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/NextJSGenerator.php | 213 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$propsInterface`. |
28
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/NextJSGenerator.php | 298 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$value`. |
29
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 565 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$choices`. |
30
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 575 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$type`. |
31
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 626 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$props`. |
32
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 629 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$renderAssignments`. |
33
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 743 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$level`. |
34
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/StorybookJSGenerator.php | 843 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$parentRef`. |
35
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TwigGenerator.php | 257 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$key`. |
36
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TwigGenerator.php | 450 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$parentRef`. |
37
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TwigGenerator.php | 626 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$document`. |
38
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TwigGenerator.php | 657 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$templateName`. |
39
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 155 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$level`. |
40
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 158 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$enums`. |
41
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 172 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$example`. |
42
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 200 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$setterMethod`. |
43
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 268 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$getter`. |
44
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 395 |[UnusedPrivateMethod](https://phpmd.org/rules/unusedcode.html#unusedprivatemethod)| Avoid unused private methods such as `getGlobalAttributeTraits`. |
45
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 397 |[UnusedLocalVariable](https://phpmd.org/rules/unusedcode.html#unusedlocalvariable)| Avoid unused local variables such as `$traits`. |
46
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 537 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$enumImports`. |
47
+
| <spanclass="prio3">3</span> | src/TemplateGenerator/TypeScriptGenerator.php | 748 |[UnusedFormalParameter](https://phpmd.org/rules/unusedcode.html#unusedformalparameter)| Avoid unused parameters such as `$ref`. |
0 commit comments