diff --git a/src/Gaufrette/Adapter/GoogleCloudStorage.php b/src/Gaufrette/Adapter/GoogleCloudStorage.php index 0d7509347..00ba518c9 100644 --- a/src/Gaufrette/Adapter/GoogleCloudStorage.php +++ b/src/Gaufrette/Adapter/GoogleCloudStorage.php @@ -5,14 +5,10 @@ use Gaufrette\Adapter; use GuzzleHttp; -@trigger_error('The '.__NAMESPACE__.'\GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0.', E_USER_DEPRECATED); - /** * Google Cloud Storage adapter using the Google APIs Client Library for PHP. * * @author Patrik Karisch - * - * @deprecated The GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0. */ class GoogleCloudStorage implements Adapter, MetadataSupporter,