Skip to content

Commit 10fddb4

Browse files
committed
Spacing
1 parent ceb584b commit 10fddb4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Storage/src/Bucket.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,15 +1093,15 @@ public function delete(array $options = [])
10931093
* `inherited`. For more details, see
10941094
* [Public Access Prevention](https://cloud.google.com/storage/docs/public-access-prevention).
10951095
* @type array $ipFilter The bucket's IP filter configuration.
1096-
* @type string $ipFilter.mode The IP filter mode. Accepted values are 'Enabled' and 'Disabled'.
1097-
* @type array $ipFilter.publicNetworkSource Public network configuration.
1098-
* @type array $ipFilter.publicNetworkSource.allowedIpCidrRanges Allowed IP/CIDR ranges.
1099-
* @type array $ipFilter.vpcNetworkSources List of private VPC networks configurations.
1096+
* @type string $ipFilter.mode The IP filter mode. Accepted values are 'Enabled' and 'Disabled'.
1097+
* @type array $ipFilter.publicNetworkSource Public network configuration.
1098+
* @type array $ipFilter.publicNetworkSource.allowedIpCidrRanges Allowed IP/CIDR ranges.
1099+
* @type array $ipFilter.vpcNetworkSources List of private VPC networks configurations.
11001100
* Each element contains:
1101-
* @type string network Fully qualified VPC network URL/name.
1102-
* @type array allowedIpCidrRanges Allowed IP/CIDR ranges.
1103-
* @type bool $ipFilter.allowCrossOrgVpcs Set true to allow VPCs outside the org.
1104-
* @type bool $ipFilter.allowAllServiceAgentAccess Set true to allow service-to-service agent interactions.
1101+
* @type string network Fully qualified VPC network URL/name.
1102+
* @type array allowedIpCidrRanges Allowed IP/CIDR ranges.
1103+
* @type bool $ipFilter.allowCrossOrgVpcs Set true to allow VPCs outside the org.
1104+
* @type bool $ipFilter.allowAllServiceAgentAccess Set true to allow service-to-service agent interactions.
11051105
* }
11061106
* @codingStandardsIgnoreEnd
11071107
* @return array

0 commit comments

Comments
 (0)