Completed
Push — master ( 1358d6...984c1e )
by Karsten
01:40
created

IsInstanceOf::__invoke()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 3
CRAP Score 2

Importance

Changes 0
Metric Value
dl 0
loc 6
c 0
b 0
f 0
ccs 3
cts 3
cp 1
rs 9.4285
cc 2
eloc 3
nc 2
nop 1
crap 2
1
<?php
2
/**
3
 * File was created 29.05.2015 21:06
4
 *
5
 * @author Karsten J. Gerber <[email protected]>
6
 */
7
8
namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher;
9
10
/**
11
 * @deprecated will be removed in v1.0.0 use equivalent in Psi\... instead
12
 *
13
 * IsInstanceOf
14
 *
15
 * @author     Karsten J. Gerber <[email protected]>
16
 */
17
class IsInstanceOf extends \PeekAndPoke\Component\Psi\Psi\IsInstanceOf
18
{
19
}
20