LinkHelper
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 1
c 0
b 0
f 0
dl 0
loc 2
wmc 0
1
<?php
2
3
namespace Staticka\Helper;
4
5
use Staticka\Helpers\LinkHelper as Helper;
6
7
/**
8
 * TODO: Remove this file after v1.0.0.
9
 *
10
 * Link Helper
11
 *
12
 * @package Staticka
13
 * @author  Rougin Gutib <[email protected]>
14
 */
15
class LinkHelper extends Helper
16
{
17
}
18