We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551d633 commit eea1a08Copy full SHA for eea1a08
src/ExtractorFactory.php
@@ -46,6 +46,7 @@ public function createExtractor(UriInterface $uri, RequestInterface $request, Re
46
foreach ($this->adapters as $adapterHost => $adapter) {
47
if (substr($host, -strlen($adapterHost)) === $adapterHost) {
48
$class = $adapter;
49
+ break;
50
}
51
52
0 commit comments