Completed
Push — master ( 1fff09...65b094 )
by Terzi
05:17
created

Image::attributes()   A

Complexity

Conditions 3
Paths 4

Size

Total Lines 11
Code Lines 6

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 6
dl 0
loc 11
rs 10
c 0
b 0
f 0
cc 3
nc 4
nop 0
1
<?php
2
3
namespace Terranet\Administrator\Field;
4
5
use Illuminate\Support\Facades\View;
6
use Terranet\Administrator\Scaffolding;
7
8
class Image extends File
9
{
10
    
11
}
12