Skip to content

Commit 00305cb

Browse files
committed
fix(clients): escape char in comments (generated)
algolia/api-clients-automation#3973 Co-authored-by: algolia-bot <[email protected]>
1 parent d896997 commit 00305cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+70
-70
lines changed

lib/Model/Abtesting/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description A/B test status. - &#x60;active&#x60;. The A/B test is live and search traffic is split between the two variants. - &#x60;stopped&#x60;. You stopped the A/B test. The A/B test data is still available for analysis. - &#x60;expired&#x60;. The A/B test was automatically stopped after reaching its end date. - &#x60;failed&#x60;. Creating the A/B test failed.
12+
* @description A/B test status. - `active`. The A/B test is live and search traffic is split between the two variants. - `stopped`. You stopped the A/B test. The A/B test data is still available for analysis. - `expired`. The A/B test was automatically stopped after reaching its end date. - `failed`. Creating the A/B test failed.
1313
*/
1414
class Status
1515
{

lib/Model/Analytics/Operator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description Character that characterizes how the filter is applied. For example, for a facet filter &#x60;facet:value&#x60;, &#x60;:&#x60; is the operator. For a numeric filter &#x60;count&gt;50&#x60;, &#x60;&gt;&#x60; is the operator.
12+
* @description Character that characterizes how the filter is applied. For example, for a facet filter `facet:value`, `:` is the operator. For a numeric filter `count>50`, `>` is the operator.
1313
*/
1414
class Operator
1515
{

lib/Model/Analytics/OrderBy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description Attribute by which to order the response items. If the &#x60;clickAnalytics&#x60; parameter is false, only &#x60;searchCount&#x60; is available.
12+
* @description Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
1313
*/
1414
class OrderBy
1515
{

lib/Model/Ingestion/AuthenticationType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description Type of authentication. This determines the type of credentials required in the &#x60;input&#x60; object.
12+
* @description Type of authentication. This determines the type of credentials required in the `input` object.
1313
*/
1414
class AuthenticationType
1515
{

lib/Model/Ingestion/DestinationType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description Destination type. - &#x60;search&#x60;. Data is stored in an Algolia index. - &#x60;insights&#x60;. Data is recorded as user events in the Insights API.
12+
* @description Destination type. - `search`. Data is stored in an Algolia index. - `insights`. Data is recorded as user events in the Insights API.
1313
*/
1414
class DestinationType
1515
{

lib/Model/Ingestion/OnDemandTriggerType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description Task is run manually, with the &#x60;/run&#x60; endpoint.
12+
* @description Task is run manually, with the `/run` endpoint.
1313
*/
1414
class OnDemandTriggerType
1515
{

lib/Model/Ingestion/RunReasonCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Class
1111
*
12-
* @description A code for the task run&#39;s outcome. A readable description of the code is included in the &#x60;reason&#x60; response property.
12+
* @description A code for the task run's outcome. A readable description of the code is included in the `reason` response property.
1313
*/
1414
class RunReasonCode
1515
{

lib/Model/Ingestion/ShopifyInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description Represents the required elements of the task input when using a &#x60;shopify&#x60; source.
15+
* @description Represents the required elements of the task input when using a `shopify` source.
1616
*/
1717
class ShopifyInput extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Ingestion/StreamingInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description Input for a &#x60;streaming&#x60; task whose source is of type &#x60;ga4BigqueryExport&#x60; and for which extracted data is continuously streamed.
15+
* @description Input for a `streaming` task whose source is of type `ga4BigqueryExport` and for which extracted data is continuously streamed.
1616
*/
1717
class StreamingInput extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Ingestion/TaskCreateV1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description API request body for creating a task using the V1 shape, please use methods and types that don&#39;t contain the V1 suffix.
15+
* @description API request body for creating a task using the V1 shape, please use methods and types that don't contain the V1 suffix.
1616
*/
1717
class TaskCreateV1 extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

0 commit comments

Comments
 (0)