| Total Complexity | 8 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class Factory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param string $schema |
||
| 18 | * @param RemoteRequest\Interfaces\IRRTranslations $lang |
||
| 19 | * @throws RemoteRequest\RequestException |
||
| 20 | * @return AProtocol |
||
| 21 | */ |
||
| 22 | 2 | public static function getProtocol(string $schema, RemoteRequest\Interfaces\IRRTranslations $lang): AProtocol |
|
| 50 |