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

IsDateString::isValidDateString()   A

Complexity

Conditions 4
Paths 4

Size

Total Lines 18
Code Lines 9

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 9
CRAP Score 4

Importance

Changes 1
Bugs 0 Features 1
Metric Value
c 1
b 0
f 1
dl 0
loc 18
ccs 9
cts 9
cp 1
rs 9.2
cc 4
eloc 9
nc 4
nop 1
crap 4
1
<?php
2
/**
3
 * File was created 01.10.2015 18:02
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
 * IsDateString
14
 *
15
 * @author     Karsten J. Gerber <[email protected]>
16
 */
17
class IsDateString extends \PeekAndPoke\Component\Psi\Psi\IsDateString
18
{
19
}
20