| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public function __construct(array $bodyParameter, array $queryParameters, array $headerParameters, array $pathParameters) |
||
| 14 | { |
||
| 15 | $this->bodyParameter = $bodyParameter; |
||
| 16 | $this->queryParameters = $queryParameters; |
||
| 17 | $this->headerParameters = $headerParameters; |
||
| 18 | $this->pathParameters = $pathParameters; |
||
| 19 | } |
||
| 40 | } |