From 61b2e2fb7307eb1715456b60516739c807849865 Mon Sep 17 00:00:00 2001 From: Christian Sciberras Date: Sun, 10 Mar 2024 15:46:24 +0100 Subject: [PATCH] Fix unrelated phpstan error --- tests/Js/EventsTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Js/EventsTest.php b/tests/Js/EventsTest.php index 650379e..706d847 100644 --- a/tests/Js/EventsTest.php +++ b/tests/Js/EventsTest.php @@ -2,6 +2,7 @@ namespace Behat\Mink\Tests\Driver\Js; +use Behat\Mink\KeyModifier; use Behat\Mink\Tests\Driver\TestCase; final class EventsTest extends TestCase @@ -87,6 +88,8 @@ public function testMouseOver(): void } /** + * @param KeyModifier::*|null $modifier + * * @dataProvider provideKeyboardEventsModifiers */ public function testKeyboardEvents(?string $modifier, string $eventProperties): void