ChannelFactoryInterface
last analyzed

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 2
c 0
b 0
f 0
1
<?php
2
3
namespace Dazzle\Channel;
4
5
use Dazzle\Util\Factory\FactoryInterface;
6
7
interface ChannelFactoryInterface extends FactoryInterface
8
{}
0 ignored issues
show
Coding Style introduced by
Opening interface brace must be on a line by itself
Loading history...
9