Skip to content

Commit 29a68f6

Browse files
committed
[BF] fixes for styleCI
1 parent a55c27c commit 29a68f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ preset: laravel
22

33
disabled:
44
- single_class_element_per_statement
5+
- length_ordered_imports

src/ApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private function prepareRespondData()
175175
'header' => [
176176
'type' => $this->responseType,
177177
'message' => $this->responseMessage,
178-
'code' => $this->responseStatusCode
178+
'code' => $this->responseStatusCode,
179179
],
180180
];
181181

0 commit comments

Comments
 (0)