luyadev/luya-bootstrap4

View on GitHub

Showing 2 of 8 total issues

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
      Severity
      Category
      Status
      Source
      Language