diff --git a/lib/commercetools-api/src/Models/Product/FacetRange.php b/lib/commercetools-api/src/Models/Product/FacetRange.php index ef4b2c8737b..dfb0258ff9f 100644 --- a/lib/commercetools-api/src/Models/Product/FacetRange.php +++ b/lib/commercetools-api/src/Models/Product/FacetRange.php @@ -70,7 +70,7 @@ public function getCount(); /** *

Number of Products for which the values in a field fall into the specified range.

- *

Present only if the counting products extension is enabled.

+ *

Present only if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FacetRangeBuilder.php b/lib/commercetools-api/src/Models/Product/FacetRangeBuilder.php index 138c866436c..34e7d3e8f28 100644 --- a/lib/commercetools-api/src/Models/Product/FacetRangeBuilder.php +++ b/lib/commercetools-api/src/Models/Product/FacetRangeBuilder.php @@ -141,7 +141,7 @@ public function getCount() /** *

Number of Products for which the values in a field fall into the specified range.

- *

Present only if the counting products extension is enabled.

+ *

Present only if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FacetRangeModel.php b/lib/commercetools-api/src/Models/Product/FacetRangeModel.php index 0b33efc9199..edc79c28da4 100644 --- a/lib/commercetools-api/src/Models/Product/FacetRangeModel.php +++ b/lib/commercetools-api/src/Models/Product/FacetRangeModel.php @@ -213,7 +213,7 @@ public function getCount() /** *

Number of Products for which the values in a field fall into the specified range.

- *

Present only if the counting products extension is enabled.

+ *

Present only if the counting products extension is enabled.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FacetTerm.php b/lib/commercetools-api/src/Models/Product/FacetTerm.php index f1859e84dc1..f395ce1e7c7 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTerm.php +++ b/lib/commercetools-api/src/Models/Product/FacetTerm.php @@ -18,7 +18,7 @@ interface FacetTerm extends JsonObject public const FIELD_PRODUCT_COUNT = 'productCount'; /** - *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

+ *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

* * @return null|mixed @@ -35,7 +35,7 @@ public function getCount(); /** *

Number of Products for which the term applies. - * Only available if the counting products extension is enabled.

+ * Only available if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php index cc464bc63ad..bc4547fa3cc 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php +++ b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php @@ -39,7 +39,7 @@ final class FacetTermBuilder implements Builder private $productCount; /** - *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

+ *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

* * @return null|mixed @@ -62,7 +62,7 @@ public function getCount() /** *

Number of Products for which the term applies. - * Only available if the counting products extension is enabled.

+ * Only available if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FacetTermModel.php b/lib/commercetools-api/src/Models/Product/FacetTermModel.php index 5ca4ef6a954..58d02eda2e8 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTermModel.php +++ b/lib/commercetools-api/src/Models/Product/FacetTermModel.php @@ -52,7 +52,7 @@ public function __construct( } /** - *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

+ *

Value for the field specified in the term facet expression for which at least one ProductVariant could be found.

* * * @return null|mixed @@ -93,7 +93,7 @@ public function getCount() /** *

Number of Products for which the term applies. - * Only available if the counting products extension is enabled.

+ * Only available if the counting products extension is enabled.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php b/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php index 4d8da1113d7..4598e0342de 100644 --- a/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php +++ b/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php @@ -17,7 +17,7 @@ interface FilteredFacetResult extends FacetResult public const FIELD_PRODUCT_COUNT = 'productCount'; /** - *

Number of ProductVariants matching the value specified in filtered facet expression.

+ *

Number of ProductVariants matching the value specified in filtered facet expression.

* * @return null|int @@ -25,8 +25,8 @@ interface FilteredFacetResult extends FacetResult public function getCount(); /** - *

Number of Products matching the value specified in filtered facet expression.

- *

Present only if the counting products extension is enabled.

+ *

Number of Products matching the value specified in filtered facet expression.

+ *

Present only if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FilteredFacetResultBuilder.php b/lib/commercetools-api/src/Models/Product/FilteredFacetResultBuilder.php index 6842affb01c..dacb7a2d1d7 100644 --- a/lib/commercetools-api/src/Models/Product/FilteredFacetResultBuilder.php +++ b/lib/commercetools-api/src/Models/Product/FilteredFacetResultBuilder.php @@ -33,7 +33,7 @@ final class FilteredFacetResultBuilder implements Builder private $productCount; /** - *

Number of ProductVariants matching the value specified in filtered facet expression.

+ *

Number of ProductVariants matching the value specified in filtered facet expression.

* * @return null|int @@ -44,8 +44,8 @@ public function getCount() } /** - *

Number of Products matching the value specified in filtered facet expression.

- *

Present only if the counting products extension is enabled.

+ *

Number of Products matching the value specified in filtered facet expression.

+ *

Present only if the counting products extension is enabled.

* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/FilteredFacetResultModel.php b/lib/commercetools-api/src/Models/Product/FilteredFacetResultModel.php index 0f0517575ad..6acebe1fd96 100644 --- a/lib/commercetools-api/src/Models/Product/FilteredFacetResultModel.php +++ b/lib/commercetools-api/src/Models/Product/FilteredFacetResultModel.php @@ -71,7 +71,7 @@ public function getType() } /** - *

Number of ProductVariants matching the value specified in filtered facet expression.

+ *

Number of ProductVariants matching the value specified in filtered facet expression.

* * * @return null|int @@ -91,8 +91,8 @@ public function getCount() } /** - *

Number of Products matching the value specified in filtered facet expression.

- *

Present only if the counting products extension is enabled.

+ *

Number of Products matching the value specified in filtered facet expression.

+ *

Present only if the counting products extension is enabled.

* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/ProductData.php b/lib/commercetools-api/src/Models/Product/ProductData.php index f84389c9cd8..6e969731535 100644 --- a/lib/commercetools-api/src/Models/Product/ProductData.php +++ b/lib/commercetools-api/src/Models/Product/ProductData.php @@ -110,7 +110,7 @@ public function getMasterVariant(); public function getVariants(); /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductDataBuilder.php b/lib/commercetools-api/src/Models/Product/ProductDataBuilder.php index 28f4b1cde5b..45fc96641a1 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDataBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductDataBuilder.php @@ -202,7 +202,7 @@ public function getVariants() } /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductDataModel.php b/lib/commercetools-api/src/Models/Product/ProductDataModel.php index 070af51c1d4..ce1aa1a5fd7 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDataModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductDataModel.php @@ -329,7 +329,7 @@ public function getVariants() } /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductDraft.php b/lib/commercetools-api/src/Models/Product/ProductDraft.php index f0e90997305..42699ac8c3d 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraft.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraft.php @@ -145,7 +145,7 @@ public function getVariants(); public function getTaxCategory(); /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php index 2b4e426dda5..e10d6fab6f9 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php @@ -279,7 +279,7 @@ public function getTaxCategory() } /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php index 82a57f3a145..d3f9d222a21 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraftModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraftModel.php @@ -447,7 +447,7 @@ public function getTaxCategory() } /** - *

Used by Product Suggestions, but is also considered for a full text search.

+ *

Used by Product Suggestions, but is also considered for a full text search.

* * * @return null|SearchKeywords diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php index 06a74030a29..f718bb9fe92 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php @@ -21,7 +21,7 @@ interface ProductProjectionPagedSearchResponse extends JsonObject public const FIELD_FACETS = 'facets'; /** - *

The maximum number of results returned on a page.

+ *

The maximum number of results returned on a page.

* * @return null|int @@ -29,7 +29,7 @@ interface ProductProjectionPagedSearchResponse extends JsonObject public function getLimit(); /** - *

The starting point for the retrieved paginated result.

+ *

The starting point for the retrieved paginated result.

* * @return null|int @@ -54,7 +54,7 @@ public function getTotal(); /** *

ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter. - * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

+ * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

* * @return null|ProductProjectionCollection @@ -62,7 +62,7 @@ public function getTotal(); public function getResults(); /** - *

Facet results for each facet expression specified in the search request.

+ *

Facet results for each facet expression specified in the search request.

*

Only present if at least one facet parameter was provided with the search request.

* diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseBuilder.php index 97d0610193e..592c396c4a3 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseBuilder.php @@ -57,7 +57,7 @@ final class ProductProjectionPagedSearchResponseBuilder implements Builder private $facets; /** - *

The maximum number of results returned on a page.

+ *

The maximum number of results returned on a page.

* * @return null|int @@ -68,7 +68,7 @@ public function getLimit() } /** - *

The starting point for the retrieved paginated result.

+ *

The starting point for the retrieved paginated result.

* * @return null|int @@ -102,7 +102,7 @@ public function getTotal() /** *

ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter. - * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

+ * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

* * @return null|ProductProjectionCollection @@ -113,7 +113,7 @@ public function getResults() } /** - *

Facet results for each facet expression specified in the search request.

+ *

Facet results for each facet expression specified in the search request.

*

Only present if at least one facet parameter was provided with the search request.

* diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseModel.php index ab47f184e2d..66fafcf9328 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponseModel.php @@ -76,7 +76,7 @@ public function __construct( } /** - *

The maximum number of results returned on a page.

+ *

The maximum number of results returned on a page.

* * * @return null|int @@ -96,7 +96,7 @@ public function getLimit() } /** - *

The starting point for the retrieved paginated result.

+ *

The starting point for the retrieved paginated result.

* * * @return null|int @@ -157,7 +157,7 @@ public function getTotal() /** *

ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter. - * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

+ * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.

* * * @return null|ProductProjectionCollection @@ -177,7 +177,7 @@ public function getResults() } /** - *

Facet results for each facet expression specified in the search request.

+ *

Facet results for each facet expression specified in the search request.

*

Only present if at least one facet parameter was provided with the search request.

* * diff --git a/lib/commercetools-api/src/Models/Product/TermFacetResult.php b/lib/commercetools-api/src/Models/Product/TermFacetResult.php index 8c375f25f9f..ea2e95ef557 100644 --- a/lib/commercetools-api/src/Models/Product/TermFacetResult.php +++ b/lib/commercetools-api/src/Models/Product/TermFacetResult.php @@ -28,7 +28,7 @@ interface TermFacetResult extends FacetResult public function getDataType(); /** - *

Number of ProductVariants that have no value for the specified term facet expression.

+ *

Number of ProductVariants that have no value for the specified term facet expression.

* * @return null|int @@ -36,7 +36,7 @@ public function getDataType(); public function getMissing(); /** - *

Number of terms matching the term facet expression.

+ *

Number of terms matching the term facet expression.

*