Skip to content

Commit

Permalink
Revert change to array shape display
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 20, 2020
1 parent e7d1fa6 commit 27fcf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TKeyedArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function ($name, Union $type): string {
implode(', ', $property_strings) .
'}'
. ($this->previous_value_type
? '&<' . ($this->previous_key_type ? $this->previous_key_type->getId() . ', ' : '')
? '<' . ($this->previous_key_type ? $this->previous_key_type->getId() . ', ' : '')
. $this->previous_value_type->getId() . '>'
: '');
}
Expand Down

0 comments on commit 27fcf6e

Please sign in to comment.