Skip to content

Commit 2a95335

Browse files
vibbowrobocoder
authored andcommitted
$curlService should implement CurlServiceInterface rather than CurlService
1 parent b6df189 commit 2a95335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/WebDriver/AbstractWebDriver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class AbstractWebDriver
4848
/**
4949
* Curl service
5050
*
51-
* @var \WebDriver\Service\CurlService
51+
* @var \WebDriver\Service\CurlServiceInterface
5252
*/
5353
private $curlService;
5454

@@ -113,7 +113,7 @@ public function getURL()
113113
/**
114114
* Set curl service
115115
*
116-
* @param \WebDriver\Service\CurlService $curlService
116+
* @param \WebDriver\Service\CurlServiceInterface $curlService
117117
*/
118118
public function setCurlService($curlService)
119119
{
@@ -123,7 +123,7 @@ public function setCurlService($curlService)
123123
/**
124124
* Get curl service
125125
*
126-
* @return \WebDriver\Service\CurlService
126+
* @return \WebDriver\Service\CurlServiceInterface
127127
*/
128128
public function getCurlService()
129129
{

0 commit comments

Comments
 (0)