Skip to content

Commit 61b2e2f

Browse files
committed
Fix unrelated phpstan error
1 parent 532e6e2 commit 61b2e2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/Js/EventsTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Behat\Mink\Tests\Driver\Js;
44

5+
use Behat\Mink\KeyModifier;
56
use Behat\Mink\Tests\Driver\TestCase;
67

78
final class EventsTest extends TestCase
@@ -87,6 +88,8 @@ public function testMouseOver(): void
8788
}
8889

8990
/**
91+
* @param KeyModifier::*|null $modifier
92+
*
9093
* @dataProvider provideKeyboardEventsModifiers
9194
*/
9295
public function testKeyboardEvents(?string $modifier, string $eventProperties): void

0 commit comments

Comments
 (0)