Code Duplication    Length = 5-5 lines in 2 locations

app/Support/Tencent/XgPush/XingeApp.php 2 locations

@@ 972-976 (lines=5) @@
969
            $this->m_expireTime = 0;
970
        }
971
972
        if (isset($this->m_sendTime)) {
973
            if (strtotime($this->m_sendTime) === false) return false;
974
        } else {
975
            $this->m_sendTime = "2013-12-19 17:49:00";
976
        }
977
978
        foreach ($this->m_acceptTimes as $value) {
979
            if (!($value instanceof TimeInterval) || !$value->isValid())
@@ 1173-1177 (lines=5) @@
1170
            $this->m_expireTime = 0;
1171
        }
1172
1173
        if (isset($this->m_sendTime)) {
1174
            if (strtotime($this->m_sendTime) === false) return false;
1175
        } else {
1176
            $this->m_sendTime = "2014-03-13 12:00:00";
1177
        }
1178
1179
        if (!empty($this->m_raw)) {
1180
            if (is_string($this->m_raw))