Completed
Pull Request — master (#103)
by Asmir
09:02 queued 06:43
created

HTML5

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Dependencies 1

Importance

Changes 8
Bugs 0 Features 3
Metric Value
wmc 0
c 8
b 0
f 3
cbo 1
dl 0
loc 4
1
<?php
2
namespace Masterminds;
3
4
class HTML5 extends AbstractHtml5
5
{
6
7
}
8