Passed
Push — master ( acf3f9...98cfe3 )
by Derek Stephen
03:04
created

NotEmpty

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 0
eloc 1
c 1
b 0
f 1
dl 0
loc 2
ccs 0
cts 0
cp 0
1
<?php
2
/**
3
 * User: delboy1978uk
4
 * Date: 26/12/2016
5
 * Time: 14:59
6
 */
7
8
namespace Del\Form\Validator;
9
10
use Laminas\Validator\NotEmpty as ZfNotEmpty;
11
12
class NotEmpty extends ZfNotEmpty implements ValidatorInterface
13
{
14
15
}