Skip to content

Commit

Permalink
Quickfix deserialization issue with new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
DaDeather authored Dec 20, 2019
1 parent c73e67d commit 2c4b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/ContextElements/SystemElements/Device.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Device

/**
* @var array[]|null
* @JMS\Type("array<string, array<string, array<string, string>>>")
* @JMS\Type("array<string, array>")
* @JMS\SerializedName("supportedInterfaces")
*/
private $supportedInterfaces;
Expand Down

0 comments on commit 2c4b1b0

Please sign in to comment.