Skip to content

Commit

Permalink
Declare parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 14, 2024
1 parent 9e38c8f commit 7852a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Value/TestSuite/TestSuiteBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function from(FrameworkTestSuite $testSuite): TestSuite
/**
* @psalm-param list<Test> $tests
*/
private static function process(FrameworkTestSuite $testSuite, &$tests): void
private static function process(FrameworkTestSuite $testSuite, array &$tests): void
{
foreach ($testSuite->getIterator() as $test) {
if ($test instanceof FrameworkTestSuite) {
Expand Down

0 comments on commit 7852a29

Please sign in to comment.