Passed
Pull Request — master (#2)
by Vincent
19:00
created

LazzyChoice::build()   A

Complexity

Conditions 3
Paths 3

Size

Total Lines 13
Code Lines 6

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 7
CRAP Score 3

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 6
c 1
b 0
f 0
dl 0
loc 13
ccs 7
cts 7
cp 1
rs 10
cc 3
nc 3
nop 0
crap 3
1
<?php
2
3
namespace Bdf\Form\Choice;
4
5
/**
6
 * @deprecated Use LazyChoice
7
 * @psalm-suppress InvalidExtendClass
8
 */
9
final class LazzyChoice extends LazyChoice
10
{
11
12
}
13