Skip to content

Commit

Permalink
update fixture due latest phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 17, 2024
1 parent 675e8ef commit 977c71e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictNe
final class DeepNestedArray
{
/**
* @return array<int|string, non-empty-array<(int | string), array{c: mixed}>>
* @return non-empty-array<array{c: mixed}>[]
*/
public function test(): array {
$arr = [];
Expand Down

0 comments on commit 977c71e

Please sign in to comment.