Skip to content

Commit 2e5479c

Browse files
committed
Fix private property name and visibility
1 parent b4a6972 commit 2e5479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interactions/internal/WebDriverSingleKeyAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class WebDriverSingleKeyAction
1717
extends WebDriverKeysRelatedAction
1818
implements WebDriverAction {
1919

20-
private $keys;
20+
protected $key;
2121

2222
public function __construct(
2323
WebDriverKeyboard $keyboard,

0 commit comments

Comments
 (0)