Skip to content

Commit

Permalink
Update ResponseErrorTransformer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowest committed May 2, 2023
1 parent c4c98cd commit 2dcf1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transformer/ResponseErrorTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class ResponseErrorTransformer
* @var array<string>
*/
private static array $successStatuses = [
'success', 'active', '0', 'accepted', 'modified', '205', '207'
'success', 'active', '0', 'accepted', 'modified', '205', '207',
];

public static function transformXml(\SimpleXMLElement $xml): Error
Expand Down

0 comments on commit 2dcf1ad

Please sign in to comment.