Completed
Push — master ( 56b2a2...4da2f1 )
by Pol
02:28
created

Attributes::unserialize()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 13

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 9
CRAP Score 1

Importance

Changes 0
Metric Value
dl 0
loc 13
ccs 9
cts 9
cp 1
rs 9.8333
c 0
b 0
f 0
cc 1
nc 1
nop 1
crap 1
1
<?php
2
3
namespace drupol\htmltag\Attributes;
4
5
/**
6
 * Class Attributes.
7
 */
8
final class Attributes extends AbstractAttributes
9
{
10
}
11