Skip to content

Commit 910471d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/variants-query' into variants-query
2 parents 4500e59 + 7195d81 commit 910471d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pim/product_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can filter variants by:
7575

7676
To use [Product Search Criteria](product_search_criteria.md) with [`ProductVariantQuery`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-ProductVariantQuery.html), wrap it with the [`ProductCriterionAdapter`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Content-Query-Criterion-ProductCriterionAdapter.html) class, as in the example below:
7777

78-
``` php
78+
``` php hl_lines="4"
7979
[[= include_file('code_samples/api/product_catalog/src/Command/ProductVariantCommand.php', 55, 66) =]]
8080
```
8181

@@ -104,7 +104,7 @@ You can filter variants by:
104104

105105
To use [Product Search Criteria](product_search_criteria.md) with [`ProductVariantQuery`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-ProductVariantQuery.html), wrap it with the [`ProductCriterionAdapter`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Content-Query-Criterion-ProductCriterionAdapter.html) class, as in the example below:
106106

107-
``` php
107+
``` php hl_lines="4"
108108
[[= include_file('code_samples/api/product_catalog/src/Command/ProductVariantCommand.php', 92, 100) =]]
109109
```
110110

0 commit comments

Comments
 (0)