Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit a0ae3f5

Browse files
committed
Typehint against FileDetector interface, not implementation
1 parent 3be6a60 commit a0ae3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Remote/RemoteWebElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RemoteWebElement implements WebDriverElement, WebDriverLocatable
4040
*/
4141
protected $id;
4242
/**
43-
* @var UselessFileDetector
43+
* @var FileDetector
4444
*/
4545
protected $fileDetector;
4646
/**

0 commit comments

Comments
 (0)