Code Duplication    Length = 4-4 lines in 2 locations

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

@@ 6584-6587 (lines=4) @@
6581
            {
6582
                $this->data['date']['raw'] = $return[0]['data'];
6583
            }
6584
            elseif ($return = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'updated'))
6585
            {
6586
                $this->data['date']['raw'] = $return[0]['data'];
6587
            }
6588
            elseif ($return = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'issued'))
6589
            {
6590
                $this->data['date']['raw'] = $return[0]['data'];
@@ 6645-6648 (lines=4) @@
6642
    {
6643
        if (!isset($this->data['updated']))
6644
        {
6645
            if ($return = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'updated'))
6646
            {
6647
                $this->data['updated']['raw'] = $return[0]['data'];
6648
            }
6649
            if (!empty($this->data['updated']['raw']))
6650
            {
6651
                $parser = $this->registry->call('Parse_Date', 'get');