Completed
Push — master ( 46f3eb...7c230f )
by Mathieu
02:46 queued 40s
created

EmailLog::setSendTs()   A

Complexity

Conditions 5
Paths 6

Size

Total Lines 24

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 24
rs 9.2248
c 0
b 0
f 0
cc 5
nc 6
nop 1
1
<?php
2
3
namespace Charcoal\Email;
4
5
/**
6
 * Email log.
7
 *
8
 * Keep this class in this namespace for compatibility reasons.
9
 */
10
class EmailLog extends \Charcoal\Email\Objects\EmailLog
0 ignored issues
show
Bug introduced by
There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: hasProperty, p, properties, property
Loading history...
11
{
12
}
13