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

Commit ecd69cd

Browse files
author
Andrey Helldar
authored
Merge pull request #19 from andrey-helldar/analysis-zOo1n4
Apply fixes from StyleCI
2 parents 35fc726 + a1e9a2c commit ecd69cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Services/ApiResponseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected function setErrorContent()
9797
$this->content = [
9898
'error' => [
9999
'code' => $this->status_code,
100-
'msg' => $this->content,
100+
'msg' => $this->content,
101101
],
102102
];
103103
}

src/helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* Return a new response from the application.
55
*
6-
* @param null $content
7-
* @param int $status_code
6+
* @param null $content
7+
* @param int $status_code
88
* @param array $headers
99
*
1010
* @return \Symfony\Component\HttpFoundation\JsonResponse

0 commit comments

Comments
 (0)