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
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 {
You can’t perform that action at this time.
0 commit comments