Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php /** @noinspection PhpMissingParentConstructorInspection */ |
||
12 | class RequestContentHelper extends RequestContent implements PropertyAccessorInterface |
||
13 | { |
||
14 | use PropertyAccessorTrait { |
||
15 | PropertyAccessorTrait::__construct as parentConstruct; |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * RequestContentHelper constructor. |
||
20 | * |
||
21 | * @param object|RequestContent $object |
||
22 | */ |
||
23 | 3 | public function __construct(RequestContent $object) |
|
30 | } |
||
31 | } |