open-orchestra/open-orchestra-model-bundle

View on GitHub
ModelBundle/DataFixtures/MongoDB/DemoContent/ContactDataGenerator.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method generateNodeFr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function generateNodeFr()
    {
        $htmlContent = <<<EOF
<div class="contact-information">
    <h3>Contactez-nous</h3>

Method generateNodeEn has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function generateNodeEn()
    {
        $htmlContent = <<<EOF
<div class="contact-information">
    <h3>Contact Us</h3>

Method generateNodeDe has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function generateNodeDe()
    {
        $htmlContent = <<<EOF
<div class="contact-information">
    <h3>Kontaktieren Sie uns</h3>

There are no issues that match your filters.

Category
Status