Completed
Push — master ( a7afc7...f7865d )
by Karsten
08:02
created

ToString::__invoke()   A

Complexity

Conditions 4
Paths 3

Size

Total Lines 12
Code Lines 6

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 6
CRAP Score 4

Importance

Changes 0
Metric Value
dl 0
loc 12
ccs 6
cts 6
cp 1
rs 9.2
c 0
b 0
f 0
cc 4
eloc 6
nc 3
nop 1
crap 4
1
<?php
2
/**
3
 * Created by gerk on 20.11.17 17:34
4
 */
5
6
namespace PeekAndPoke\Component\Psi\Psi;
7
8
/**
9
 * @deprecated Will be removed in a future version. Use Map\ToString instead
10
 *
11
 * @see        Map\ToString
12
 *
13
 * @author     Karsten J. Gerber <[email protected]>
14
 */
15
class ToString extends Map\ToString
16
{
17
}
18