Completed
Push — master ( 178130...678bac )
by Paweł
15:27
created

MediaFactory::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 10

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 10
rs 9.9332
c 0
b 0
f 0
cc 1
nc 1
nop 6
1
<?php
2
3
declare(strict_types=1);
4
5
namespace SWP\Bundle\CoreBundle\Factory;
6
7
use SWP\Bundle\ContentBundle\Factory\ORM\MediaFactory as BaseMediaFactory;
8
9
final class MediaFactory extends BaseMediaFactory
10
{
11
}
12