Completed
Push — master ( 4762fe...4246d1 )
by
unknown
01:30
created

Payment::getAllByOpportunityId()   A

Complexity

Conditions 3
Paths 2

Size

Total Lines 12
Code Lines 6

Duplication

Lines 12
Ratio 100 %

Importance

Changes 0
Metric Value
dl 12
loc 12
rs 9.4285
c 0
b 0
f 0
cc 3
eloc 6
nc 2
nop 1
1
<?php
2
3
namespace Surge\LaravelSalesforce\Objects;
4
5
class Payment extends AbstractObject
6
{
7
8
}
9