Completed
Push — master ( 1a51b8...a7bdd4 )
by Antonio Carlos
01:51
created

Carbon::serializeUsing()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 1
dl 0
loc 4
rs 10
c 0
b 0
f 0
1
<?php
2
3
namespace IlluminateAgnostic\Collection\Support;
4
5
use Carbon\Carbon as BaseCarbon;
6
7
class Carbon extends BaseCarbon
8
{
9
}
10