We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524716d commit af11b06Copy full SHA for af11b06
1 file changed
src/Deployer.php
@@ -174,7 +174,7 @@ public static function cloudfront_client() : \Aws\CloudFront\CloudFrontClient {
174
}
175
176
public static function create_invalidation( string $distribution_id, array $items,
177
- int $quantity ) : string {
+ int $quantity ) : string {
178
$client = self::cloudfront_client();
179
180
return $client->createInvalidation(
0 commit comments