File tree 1 file changed +4
-2
lines changed
app/code/Magento/SalesGraphQl/Model/Resolver
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ public function resolve(
102
102
* @param OrderInterface[] $orderModels
103
103
* @return array
104
104
*/
105
- private function formatOrdersArray (array $ orderModels ) {
105
+ private function formatOrdersArray (array $ orderModels )
106
+ {
106
107
$ ordersArray = [];
107
108
foreach ($ orderModels as $ orderModel ) {
108
109
$ ordersArray [] = [
@@ -130,7 +131,8 @@ private function formatOrdersArray(array $orderModels) {
130
131
* @return \Magento\Sales\Api\Data\OrderSearchResultInterface
131
132
* @throws InputException
132
133
*/
133
- private function getSearchResult (array $ args , int $ userId , int $ storeId ) {
134
+ private function getSearchResult (array $ args , int $ userId , int $ storeId )
135
+ {
134
136
$ filterGroups = $ this ->orderFilter ->createFilterGroups ($ args , $ userId , (int )$ storeId );
135
137
$ this ->searchCriteriaBuilder ->setFilterGroups ($ filterGroups );
136
138
if (isset ($ args ['currentPage ' ])) {
You can’t perform that action at this time.
0 commit comments