Completed
Pull Request — master (#32)
by Jasper
08:16
created

ItemDocument::toArray()   B

Complexity

Conditions 7
Paths 64

Size

Total Lines 29
Code Lines 14

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 56

Importance

Changes 0
Metric Value
eloc 14
dl 0
loc 29
c 0
b 0
f 0
ccs 0
cts 15
cp 0
rs 8.8333
cc 7
nc 64
nop 0
crap 56
1
<?php
2
3
namespace Swis\JsonApi\Client;
4
5
use Swis\JsonApi\Client\Interfaces\ItemDocumentInterface;
6
7
class ItemDocument extends Document implements ItemDocumentInterface
8
{
9
}
10