Code Duplication    Length = 4-4 lines in 2 locations

src/RSSFeed/simplepie/simplepie_1.3.1.mini.php 2 locations

@@ 9047-9050 (lines=4) @@
9044
        {
9045
            return "feed:$url";
9046
        }
9047
        elseif ($http === 3 && strtolower($parsed['scheme']) === 'http')
9048
        {
9049
            return substr_replace($url, 'podcast', 0, 4);
9050
        }
9051
        elseif ($http === 4 && strtolower($parsed['scheme']) === 'http')
9052
        {
9053
            return substr_replace($url, 'itpc', 0, 4);
@@ 9051-9054 (lines=4) @@
9048
        {
9049
            return substr_replace($url, 'podcast', 0, 4);
9050
        }
9051
        elseif ($http === 4 && strtolower($parsed['scheme']) === 'http')
9052
        {
9053
            return substr_replace($url, 'itpc', 0, 4);
9054
        }
9055
        else
9056
        {
9057
            return $url;