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`. |
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5
+
6
+
## Our Standards
7
+
Examples of behavior that contributes to a positive environment for our community include:
8
+
* Demonstrating empathy and kindness toward other people
9
+
* Being respectful of differing opinions, viewpoints, and experiences
10
+
* Giving and gracefully accepting constructive feedback
11
+
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
12
+
* Focusing on what is best not just for us as individuals, but for the overall community
13
+
14
+
Examples of unacceptable behavior include:
15
+
* The use of sexualized language or imagery, and unwelcome sexual attention or advances
16
+
* Trolling, insulting or derogatory comments, and personal or political attacks
17
+
* Public or private harassment
18
+
* Publishing others' private information, such as a physical or email address, without their explicit permission
19
+
* Other conduct which could reasonably be considered inappropriate in a professional setting
20
+
21
+
## Enforcement Responsibilities
22
+
Project leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
23
+
24
+
## Scope
25
+
This Code of Conduct applies within all project spaces, and also applies when an individual is officially representing the project or its community in public spaces.
26
+
27
+
## Reporting
28
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at **you@example.com**. All complaints will be reviewed and investigated promptly and fairly.
29
+
30
+
## Enforcement Guidelines
31
+
Project leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
32
+
1.**Correction**: A private, written warning, providing clarity around the nature of the violation.
33
+
2.**Warning**: A warning with consequences for continued behavior.
34
+
3.**Temporary Ban**: A temporary ban from any sort of interaction or communication with the community.
35
+
4.**Permanent Ban**: A permanent ban from any sort of interaction or communication with the community.
Thank you for considering contributing! To make the process as smooth as possible, please follow these guidelines:
4
+
5
+
## Pull Request Process
6
+
1. Fork the repository and create your branch from `main`.
7
+
2. If you've added code that should be tested, add tests.
8
+
3. Ensure the test suite passes (`vendor/bin/pest`).
9
+
4. Update the documentation if you've changed any public APIs.
10
+
5. Submit your PR with a clear description of the specific changes.
11
+
12
+
## Bug Reports
13
+
Please use the [GitHub Issue Tracker](https://github.com/vardumper/extended-htmldocument/issues) to report bugs. Include as much detail as possible, including your PHP version and a code snippet to reproduce the issue.
0 commit comments