Skip to content

Commit ea302ca

Browse files
author
Albin Kerouanton
committed
Remove deprecation notice for GoogleCloudStorage
It should be re-added when KnpLabs#427 is merged.
1 parent 6d6a99a commit ea302ca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Gaufrette/Adapter/GoogleCloudStorage.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
use Gaufrette\Adapter;
66
use GuzzleHttp;
77

8-
@trigger_error('The '.__NAMESPACE__.'\GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0.', E_USER_DEPRECATED);
9-
108
/**
119
* Google Cloud Storage adapter using the Google APIs Client Library for PHP.
1210
*
1311
* @author Patrik Karisch <patrik@karisch.guru>
14-
*
15-
* @deprecated The GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0.
1612
*/
1713
class GoogleCloudStorage implements Adapter,
1814
MetadataSupporter,

0 commit comments

Comments
 (0)