Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class ResponseDtoBuilder implements IFabricInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param string $className |
||
12 | * @param array|null $data |
||
13 | * @return IResponseDataInterface |
||
14 | * @throws \Exception |
||
15 | */ |
||
16 | public static function make(string $className, ?array $data = null): IResponseDataInterface |
||
23 | } |
||
24 | } |