read2me-online/itunes-podcast-feed-php

View on GitHub

Showing 4 of 4 total issues

Method __construct has 11 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $title, string $link, string $author, string $email, string $image, bool $explicit,
        iterable $categories, string $description, string $lang, string $copyright, int $ttl
Severity: Major
Found in src/Channel.php - About 1 hr to fix

    Method __construct has 11 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string $title, string $link, string $author, string $email, string $image, bool $explicit,
            iterable $categories, string $description, string $lang, string $copyright, int $ttl
    Severity: Major
    Found in src/Interfaces/Channel.php - About 1 hr to fix

      Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              string $title, string $fileUrl, string $duration,
              string $description, int $publishDate, int $fileSizeBytes,
              string $mime, ?string $guid = null, ?string $link = null
      Severity: Major
      Found in src/Item.php - About 1 hr to fix

        Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                string $title, string $fileUrl, string $duration, string $description,
                int $date, int $fileSizeBytes, string $mime
        Severity: Major
        Found in src/Interfaces/Item.php - About 50 mins to fix
          Severity
          Category
          Status
          Source
          Language