Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DataResponseFactory implements DataResponseFactoryInterface |
||
9 | { |
||
10 | protected ResponseFactoryInterface $responseFactory; |
||
11 | |||
12 | public function __construct(ResponseFactoryInterface $responseFactory) |
||
15 | } |
||
16 | |||
17 | public function createResponse($data = null, int $code = Status::OK, string $reasonPhrase = ''): DataResponse |
||
22 |