Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Myks92 committed Apr 22, 2024
1 parent 88e6622 commit 18f1ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tools/Console/Command/DiffCommandTest.php
Expand Up @@ -142,7 +142,7 @@ public function testExecutedUnavailableMigrationsCancel(): void
self::assertSame(3, $statusCode);
}

/** @return array<string, array<int, int|string|null>> */
/** @return array<string, array{int|null, string}> */
public static function getSelectedNamespace(): array
{
return [
Expand Down

0 comments on commit 18f1ded

Please sign in to comment.