Completed
Push — master ( 796a9c...f750b3 )
by Arjay
118:10 queued 75:35
created

DateTime::format()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 6
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
namespace Yajra\DataTables\Html\Editor;
4
5
class DateTime extends Field
6
{
7
    protected $type = 'datetime';
8
}
9