File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ abstract class AbstractWebDriver
48
48
/**
49
49
* Curl service
50
50
*
51
- * @var \WebDriver\Service\CurlService
51
+ * @var \WebDriver\Service\CurlServiceInterface
52
52
*/
53
53
private $ curlService ;
54
54
@@ -113,7 +113,7 @@ public function getURL()
113
113
/**
114
114
* Set curl service
115
115
*
116
- * @param \WebDriver\Service\CurlService $curlService
116
+ * @param \WebDriver\Service\CurlServiceInterface $curlService
117
117
*/
118
118
public function setCurlService ($ curlService )
119
119
{
@@ -123,7 +123,7 @@ public function setCurlService($curlService)
123
123
/**
124
124
* Get curl service
125
125
*
126
- * @return \WebDriver\Service\CurlService
126
+ * @return \WebDriver\Service\CurlServiceInterface
127
127
*/
128
128
public function getCurlService ()
129
129
{
You can’t perform that action at this time.
0 commit comments