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

EmisionTransactionScript   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
wmc 1
lcom 0
cbo 0
dl 0
loc 7
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A __construct() 0 4 1
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