Skip to content

Commit dc70a9f

Browse files
committed
ACP2E-2119: syntax adjusments
1 parent 40df886 commit dc70a9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/SearchCriteriaBuilder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public function build(array $args, bool $includeAggregation): SearchCriteriaInte
156156
*
157157
* @param string $requestName
158158
* @param array $partialMatchFilters
159+
*
159160
* @return void
160-
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
161161
*/
162162
private function updateMatchTypeRequestConfig(string $requestName, array $partialMatchFilters): void
163163
{
@@ -176,6 +176,7 @@ private function updateMatchTypeRequestConfig(string $requestName, array $partia
176176
* Check if and what type of match_type value was requested
177177
*
178178
* @param array $args
179+
*
179180
* @return array
180181
*/
181182
private function getPartialMatchFilters(array $args): array
@@ -193,8 +194,8 @@ private function getPartialMatchFilters(array $args): array
193194
* Remove the match_type to avoid search criteria containing it
194195
*
195196
* @param array $args
197+
*
196198
* @return array
197-
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
198199
*/
199200
private function removeMatchTypeFromArguments(array $args): array
200201
{

0 commit comments

Comments
 (0)