Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 48a48a3

Browse files
author
Andrey Helldar
authored
Merge pull request #18 from andrey-helldar/analysis-XW9lpO
Apply fixes from StyleCI
2 parents 053f11f + e246dd1 commit 48a48a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ApiResponseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function setErrorContent()
8787
$this->content = [
8888
'error' => [
8989
'code' => $this->status_code,
90-
'msg' => $this->content,
90+
'msg' => $this->content,
9191
],
9292
];
9393
}

0 commit comments

Comments
 (0)