Skip to content

Commit 0ec0684

Browse files
algolia-botmillotp
andcommitted
fix(specs): event.status can be null (generated)
algolia/api-clients-automation#4727 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 25af227 commit 0ec0684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Model/Ingestion/SourceDocker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function getImage()
181181
/**
182182
* Sets image.
183183
*
184-
* @param string $image shortname of the image, as returned by the referential
184+
* @param string $image name of the connector
185185
*
186186
* @return self
187187
*/

lib/Model/Ingestion/SourceInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ public function getImage()
890890
/**
891891
* Sets image.
892892
*
893-
* @param string $image shortname of the image, as returned by the referential
893+
* @param string $image name of the connector
894894
*
895895
* @return self
896896
*/

0 commit comments

Comments
 (0)