We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebedc63 commit 780c98bCopy full SHA for 780c98b
src/Clients/LambdaClient.php
@@ -174,7 +174,8 @@ public function updateExistingFunction(LambdaFunction $function)
174
* @link https://aws.amazon.com/blogs/compute/tracking-the-state-of-lambda-functions/
175
* @link https://github.com/hammerstonedev/sidecar/issues/32
176
* @link https://github.com/aws/aws-sdk-php/blob/master/src/data/lambda/2015-03-31/waiters-2.json
177
- * @param LambdaFunction $function
+ *
178
+ * @param LambdaFunction $function
179
*/
180
public function waitUntilFunctionUpdated(LambdaFunction $function)
181
{
0 commit comments