We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55c27c commit 29a68f6Copy full SHA for 29a68f6
.styleci.yml
@@ -2,3 +2,4 @@ preset: laravel
2
3
disabled:
4
- single_class_element_per_statement
5
+ - length_ordered_imports
src/ApiController.php
@@ -175,7 +175,7 @@ private function prepareRespondData()
175
'header' => [
176
'type' => $this->responseType,
177
'message' => $this->responseMessage,
178
- 'code' => $this->responseStatusCode
+ 'code' => $this->responseStatusCode,
179
],
180
];
181
0 commit comments