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

HasAttributesTrait::removeAttrib()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 10

Duplication

Lines 10
Ratio 100 %

Code Coverage

Tests 0
CRAP Score 6

Importance

Changes 0
Metric Value
dl 10
loc 10
c 0
b 0
f 0
ccs 0
cts 5
cp 0
rs 9.9332
cc 2
nc 2
nop 1
crap 6
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