Completed
Push — master ( 02819f...5052b0 )
by Gabriel
03:56
created

HasAttributesTrait::delAttrib()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 7

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 2

Importance

Changes 0
Metric Value
dl 0
loc 7
c 0
b 0
f 0
ccs 0
cts 4
cp 0
rs 10
cc 1
nc 1
nop 1
crap 2
1
<?php
2
3
namespace Nip\Form\Elements\Traits;
4
5
/**
6
 * Trait HasAttributesTrait
7
 * @package Nip\Form\Elements\Traits
8
 */
9
trait HasAttributesTrait
10
{
11
    use \Nip\Form\Utility\HasAttributesTrait;
12
}
13