Completed
Push — master ( 464782...4147e3 )
by Ricardo
01:46
created

Update::issue()   A

Complexity

Conditions 2
Paths 6

Size

Total Lines 31

Duplication

Lines 31
Ratio 100 %

Importance

Changes 0
Metric Value
cc 2
nc 6
nop 0
dl 31
loc 31
rs 9.424
c 0
b 0
f 0
1
<?php
2
3
namespace Integrations\Connectors\Jira;
4
5
use Atlassian\Connectors\Jira\Update as UpdateBase;
6
7
class Update extends UpdateBase
8
{
9
10
}
11