Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 28, 2023
1 parent b36c1f3 commit 1bcaeb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Keyboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function __construct(Browser $browser)

/**
* Press the key using keyboard.
*
*/
public function press($key)
{
Expand All @@ -45,7 +44,6 @@ public function press($key)

/**
* Release the key using keyboard.
*
*/
public function release($key)
{
Expand Down

0 comments on commit 1bcaeb4

Please sign in to comment.