Completed
Push — master ( b405b6...821ce4 )
by Woody
04:35
created

FormContentHandler::getParsedBody()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 5
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 3
CRAP Score 1
Metric Value
dl 0
loc 5
ccs 3
cts 3
cp 1
rs 9.4285
cc 1
eloc 3
nc 1
nop 1
crap 1
1
<?php
2
3
namespace Equip\Handler;
4
5
use Relay\Middleware\FormContentHandler as AbstractHandler;
6
7
/**
8
 * @deprecated 1.4.0 Switched to Relay.Middleware
9
 */
10
class FormContentHandler extends AbstractHandler
11
{
12
}
13