Skip to content

Commit d2fb8bf

Browse files
committed
Removing try/catches for the updates
1 parent 8b8ae45 commit d2fb8bf

11 files changed

+0
-22
lines changed

storage/src/disable_default_event_based_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Disables a default event-based hold for a bucket.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function disable_default_event_based_hold($bucketName)
3735
{

storage/src/enable_default_event_based_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Enables a default event-based hold for a bucket.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function enable_default_event_based_hold($bucketName)
3735
{

storage/src/get_default_event_based_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Enables a default event-based hold for a bucket.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function get_default_event_based_hold($bucketName)
3735
{

storage/src/get_retention_policy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Gets a bucket's retention policy.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function get_retention_policy($bucketName)
3735
{

storage/src/lock_retention_policy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Locks a bucket's retention policy.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function lock_retention_policy($bucketName)
3735
{

storage/src/release_event_based_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
* @param string $objectName the name of your Cloud Storage object.
34-
*
35-
* @return void
3634
*/
3735
function release_event_based_hold($bucketName, $objectName)
3836
{

storage/src/release_temporary_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
* @param string $objectName the name of your Cloud Storage object.
34-
*
35-
* @return void
3634
*/
3735
function release_temporary_hold($bucketName, $objectName)
3836
{

storage/src/remove_retention_policy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* Removes a bucket's retention policy.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
33-
*
34-
* @return void
3533
*/
3634
function remove_retention_policy($bucketName)
3735
{

storage/src/set_event_based_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
* @param string $objectName the name of your Cloud Storage object.
34-
*
35-
* @return void
3634
*/
3735
function set_event_based_hold($bucketName, $objectName)
3836
{

storage/src/set_retention_policy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
* @param string $retentionPeriod the number of seconds for your retention period.
34-
*
35-
* @return void
3634
*/
3735
function set_retention_policy($bucketName, $retentionPeriod)
3836
{

storage/src/set_temporary_hold.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
* @param string $objectName the name of your Cloud Storage object.
34-
*
35-
* @return void
3634
*/
3735
function set_temporary_hold($bucketName, $objectName)
3836
{

0 commit comments

Comments
 (0)