Skip to content

Commit

Permalink
Merge branch '10.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 14, 2024
2 parents 3392895 + 7852a29 commit d9b0a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Value/TestSuite/TestSuiteBuilder.php
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 d9b0a24

Please sign in to comment.