BootableTrait   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 1
eloc 1
c 1
b 0
f 1
dl 0
loc 4
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A bootBootableTrait() 0 2 1
1
<?php
2
3
namespace Nip\Utility\Tests\Fixtures\Traits;
4
5
/**
6
 * Trait BootableTrait
7
 * @package Nip\Utility\Tests\Fixtures\Traits
8
 */
9
trait BootableTrait
10
{
11
    public function bootBootableTrait()
12
    {
13
    }
14
}