| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class CurrencyServiceFactory |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Returns an instance of suitable service |
||
| 24 | * |
||
| 25 | * @param string $name |
||
| 26 | * |
||
| 27 | * @return CurrencyServiceInterface |
||
| 28 | * |
||
| 29 | * @throws UnknownServiceException |
||
| 30 | * @throws \Movavi\Exception\DisallowedUrlException |
||
| 31 | */ |
||
| 32 | public function createService(string $name): CurrencyServiceInterface |
||
| 47 |