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

IsNotEmpty::__invoke()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 2
CRAP Score 1

Importance

Changes 0
Metric Value
dl 0
loc 4
c 0
b 0
f 0
ccs 2
cts 2
cp 1
rs 10
cc 1
eloc 2
nc 1
nop 1
crap 1
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
 * IsNotEmpty
14
 *
15
 * @author     Karsten J. Gerber <[email protected]>
16
 */
17
class IsNotEmpty extends \PeekAndPoke\Component\Psi\Psi\IsNotEmpty
18
{
19
}
20