Completed
Pull Request — master (#32)
by
unknown
02:31
created

Fields::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 3
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 0
1
<?php
2
/*
3
 * This file is part of the WordpressStandard project.
4
 *
5
 * (c) sergio
6
 *
7
 * For the full copyright and license information, please view the LICENSE
8
 * file that was distributed with this source code.
9
 */
10
11
namespace App;
12
13
class Fields
14
{
15
    public function __construct()
16
    {
17
    }
18
}
19