Passed
Push — master ( a6828c...85a041 )
by Carl
03:19
created

PayOut::create()   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
 * Created by Carl Owens ([email protected])
4
 * Company: PartFire Ltd (www.partfire.co.uk)
5
 * Copyright © 2017 PartFire Ltd. All rights reserved.
6
 *
7
 * User:    Carl Owens
8
 * Date:    19/01/2017
9
 * Time:    23:21
10
 * File:    PayOut.php
11
 **/
12
13
namespace PartFire\MangoPayBundle\Services;
14
15
16
class PayOut
17
{
18
    public function create()
19
    {
20
21
    }
22
23
    public function get()
24
    {
25
26
    }
27
}
28