diff --git a/Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php b/Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php index d04adfaf35ec..a2a55cbcb2ca 100644 --- a/Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php +++ b/Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php @@ -65,7 +65,7 @@ * $operationResponse->pollUntilComplete(); * if ($operationResponse->operationSucceeded()) { * $result = $operationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $operationResponse->getError(); * // handleError($error) @@ -82,7 +82,7 @@ * } * if ($newOperationResponse->operationSucceeded()) { * $result = $newOperationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $newOperationResponse->getError(); * // handleError($error) @@ -373,7 +373,7 @@ public function __construct(array $options = []) * $operationResponse->pollUntilComplete(); * if ($operationResponse->operationSucceeded()) { * $result = $operationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $operationResponse->getError(); * // handleError($error) @@ -390,7 +390,7 @@ public function __construct(array $options = []) * } * if ($newOperationResponse->operationSucceeded()) { * $result = $newOperationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $newOperationResponse->getError(); * // handleError($error) @@ -651,7 +651,7 @@ public function listWorkflows($parent, array $optionalArgs = []) * $operationResponse->pollUntilComplete(); * if ($operationResponse->operationSucceeded()) { * $result = $operationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $operationResponse->getError(); * // handleError($error) @@ -668,7 +668,7 @@ public function listWorkflows($parent, array $optionalArgs = []) * } * if ($newOperationResponse->operationSucceeded()) { * $result = $newOperationResponse->getResult(); - * // doSomethingWith($result) + * // doSomethingWith($result) * } else { * $error = $newOperationResponse->getError(); * // handleError($error)