Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php /** @noinspection PhpMissingParentConstructorInspection */ |
||
23 | 3 | public function __construct(RequestContent $object) |
|
24 | { |
||
25 | 3 | $object->value = null; |
|
26 | 3 | $object->decoders = ['application/octet-stream' => 'strval']; |
|
27 | 3 | $object->type = 'application/octet-stream'; |
|
28 | |||
29 | 3 | $this->parentConstruct($object); |
|
30 | } |
||
31 | } |