Add missing coma next to the last array's item

This commit is contained in:
David Garcia 2019-08-09 23:59:30 +01:00
parent 9cc5f4b3a7
commit 51b8c36521
No known key found for this signature in database
GPG Key ID: 5B833C2A14BD9A97

View File

@ -42,7 +42,7 @@ JSON;
'is_role_address' => false, 'is_role_address' => false,
'reason' => [], 'reason' => [],
'result' => 'deliverable', 'result' => 'deliverable',
'risk' => 'low' 'risk' => 'low',
]; ];
$parts = ValidateResponse::create($data); $parts = ValidateResponse::create($data);