luyadev/luya-bootstrap4

View on GitHub
src/views/blocks/CarouselBlock.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Avoid deeply nested control flow statements.
Open

                                if (!empty($image['caption'])): ?>
                                    <p class="carousel-caption-text"><?= $image['caption'] ?></p>
                                <?php endif; ?>
Severity: Major
Found in src/views/blocks/CarouselBlock.php - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                    <?php if (!empty($image['title'])): ?>
                                        <h5 class="carousel-caption-title"><?= $image['title'] ?></h5>
                                    <?php endif;
    Severity: Major
    Found in src/views/blocks/CarouselBlock.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status