Completed
Push — master ( c3f0f6...0c6e4d )
by Tomáš
02:30
created

TeamContainer

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 0
eloc 1
c 1
b 0
f 0
dl 0
loc 2
ccs 0
cts 0
cp 0
1
<?php
2
3
4
namespace TournamentGenerator\Containers;
5
6
/**
7
 * Class TeamContainer
8
 *
9
 * Special container for teams.
10
 *
11
 * @package TournamentGenerator\Containers
12
 * @author  Tomáš Vojík <[email protected]>
13
 */
14
class TeamContainer extends BaseContainer
15
{
16
17
}