Skip to content

Commit 5a5ab74

Browse files
algolia-botmillotp
andcommitted
fix(clients): upgrade linter (generated)
algolia/api-clients-automation#5476 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 4560143 commit 5a5ab74

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lib/Api/SearchClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ public function deleteObjects($indexName, $objectIDs, $waitForTasks = false, $ba
31543154
*
31553155
* @param string $indexName the `indexName` to replace `objects` in
31563156
* @param array $objects the array of `objects` to store in the given Algolia `indexName`
3157-
* @param bool $createIfNotExists To be provided if non-existing objects are passed, otherwise, the call will fail..
3157+
* @param bool $createIfNotExists to be provided if non-existing objects are passed, otherwise, the call will fail
31583158
* @param bool $waitForTasks Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable
31593159
* @param int $batchSize The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
31603160
* @param array $requestOptions Request options
@@ -3172,7 +3172,7 @@ public function partialUpdateObjects($indexName, $objects, $createIfNotExists, $
31723172
*
31733173
* @param string $indexName the `indexName` to replace `objects` in
31743174
* @param array $objects the array of `objects` to store in the given Algolia `indexName`
3175-
* @param bool $createIfNotExists To be provided if non-existing objects are passed, otherwise, the call will fail..
3175+
* @param bool $createIfNotExists to be provided if non-existing objects are passed, otherwise, the call will fail
31763176
* @param bool $waitForTasks Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable
31773177
* @param int $batchSize The size of the chunk of `objects`. The number of `push` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
31783178
* @param array $requestOptions Request options

lib/Model/Ingestion/Event.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 An event describe a step of the task execution flow..
15+
* @description An event describe a step of the task execution flow.
1616
*/
1717
class Event extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Search/AutomaticFacetFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function getDisjunctive()
236236
/**
237237
* Sets disjunctive.
238238
*
239-
* @param null|bool $disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
239+
* @param null|bool $disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
240240
*
241241
* @return self
242242
*/

lib/Model/Search/Event.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 An event describe a step of the task execution flow..
15+
* @description An event describe a step of the task execution flow.
1616
*/
1717
class Event extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

0 commit comments

Comments
 (0)