Completed
Push — master ( b57ec8...24a4dc )
by Ricardo
03:57
created

FileDelEvent::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 8

Duplication

Lines 8
Ratio 100 %

Importance

Changes 0
Metric Value
dl 8
loc 8
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 5
1
<?php
2
namespace Fabrica\Events;
3
4
class FileDelEvent extends FileUploadEvent
5
{
6
}
7