Skip to content

Commit 161e63b

Browse files
author
Vasiliev.A
committed
phpcs fixing error
1 parent 8cb6135 commit 161e63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Webapi/Model/ConfigInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ interface ConfigInterface
1717
* @return array
1818
*/
1919
public function getServices();
20-
}
20+
}

app/code/Magento/WebapiAsync/Controller/Rest/Asynchronous/InputParamsResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ private function resolveBulkItemParams($inputData)
119119

120120
return $inputParams;
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)