File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55use PhpSpec \ObjectBehavior ;
66
7- class HttpAdapterDiscoverySpec extends ObjectBehavior
7+ class HttpClientDiscoverySpec extends ObjectBehavior
88{
99 function it_is_initializable ()
1010 {
11- $ this ->shouldHaveType ('Http\Discovery\HttpAdapterDiscovery ' );
11+ $ this ->shouldHaveType ('Http\Discovery\HttpClientDiscovery ' );
1212 }
1313
1414 function it_is_a_class_discovery ()
Original file line number Diff line number Diff line change 1111
1212namespace Http \Discovery ;
1313
14- use Http \Adapter \ HttpAdapter ;
14+ use Http \Client \ HttpClient ;
1515
1616/**
17- * Finds an HTTP Adapter
17+ * Finds an HTTP Client
1818 *
1919 * @author Márk Sági-Kazár <[email protected] > 2020 */
21- class HttpAdapterDiscovery extends ClassDiscovery
21+ class HttpClientDiscovery extends ClassDiscovery
2222{
2323 /**
24- * @var HttpAdapter
24+ * @var HttpClient
2525 */
2626 protected static $ cache ;
2727
@@ -43,7 +43,7 @@ class HttpAdapterDiscovery extends ClassDiscovery
4343 /**
4444 * Finds an HTTP Adapter
4545 *
46- * @return HttpAdapter
46+ * @return HttpClient
4747 *
4848 * @throws NotFoundException
4949 */
You can’t perform that action at this time.
0 commit comments