settermjd/podcast-site

View on GitHub
src/PodcastSite/Feed/iTunesFeedCreator.php

Summary

Maintainability
A
1 hr
Test Coverage

Method generateFeed has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function generateFeed(Show $show, $episodeList = [])
    {
        $feed = new ezcFeed('rss2');

        // Setup the core show information
Severity: Minor
Found in src/PodcastSite/Feed/iTunesFeedCreator.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status