Skip to content

Commit

Permalink
Use correct phpstan annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Jan 6, 2025
1 parent 613d036 commit a64cf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Basic/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function testCookieWithPaths(string $cookieRemovalMode): void
}

/**
* @return iterable<array{TCookieRemovalMode}>
* @phpstan-return iterable<array{TCookieRemovalMode}>
*/
public static function cookieWithPathsDataProvider(): iterable
{
Expand All @@ -102,7 +102,7 @@ public static function cookieWithPathsDataProvider(): iterable
}

/**
* @param TCookieRemovalMode $cookieRemovalMode
* @phpstan-param TCookieRemovalMode $cookieRemovalMode
* @dataProvider cookieWithPathsDataProvider
*/
public function testCookieInSubPath(string $cookieRemovalMode): void
Expand Down

0 comments on commit a64cf16

Please sign in to comment.