Test Failed
Push — zf3-version ( 8a740a...f2c5f0 )
by Diego
03:23
created

EmisionTransactionScript::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 4
rs 10
c 0
b 0
f 0
cc 1
eloc 1
nc 1
nop 0
1
<?php
2
3
namespace Api\Model;
4
5
use Zend\Db\Adapter\AdapterInterface;
6
use Api\Helper\Utils;
7
8
/**
9
*
10
*/
11
class EmisionTransactionScript
12
{
13
    public function __construct()
14
    {
15
        # code...
16
    }
17
}
18