Skip to content

Commit

Permalink
Fix codestyle (allure-framework#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
remorhaz committed Jan 11, 2023
1 parent 9a33b0f commit 9fb730e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/report/Generate/RetriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public function testRerunsOfTestWithIndexedDataProvider(string $firstValue, stri
Allure::parameter('Run index', (string) $this->getRunIndex(__METHOD__), true);
$this->expectNotToPerformAssertions();
}

/**
* @return iterable<array{string, string}>
* @return iterable<int, array{string, string}>
*/
public function providerIndexedData(): iterable
{
Expand Down

0 comments on commit 9fb730e

Please sign in to comment.