Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class RestBuilder implements IRestFabricInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param string $className |
||
14 | * @param IParametersInterface|null $data |
||
15 | * @return IEndpointInterface |
||
16 | * @throws \Exception |
||
17 | */ |
||
18 | public static function make(string $className, Credentials $credentials, ?IParametersInterface $parameters = null): IEndpointInterface |
||
29 |