Skip to content

Commit 41c7c29

Browse files
Albin KerouantonAlexis Thinardon
Albin Kerouanton
authored and
Alexis Thinardon
committed
Remove deprecation notice for GoogleCloudStorage
It should be re-added when KnpLabs#427 is merged.
1 parent b0fd4a3 commit 41c7c29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Gaufrette/Adapter/GoogleCloudStorage.php

-4
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 <[email protected]>
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)