Total Complexity | 6 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class HostnameIdentifiedSiteResolver implements SiteResolverInterface |
||
13 | { |
||
14 | private $siteRepository; |
||
15 | private $identifierMapping; |
||
16 | |||
17 | public function __construct(SiteRepositoryInterface $siteRepository, IdentifierMappingInterface $identifierMapping) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @throws SiteNotFoundException |
||
25 | */ |
||
26 | public function resolve(RequestContext $requestContext): SiteInterface |
||
43 |