Skip to content

Commit

Permalink
Remove deprecation notice for GoogleCloudStorage
Browse files Browse the repository at this point in the history
It should be re-added when KnpLabs#427 is merged.
  • Loading branch information
Albin Kerouanton authored and Alexis Thinardon committed Sep 13, 2018
1 parent b0fd4a3 commit 41c7c29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Gaufrette/Adapter/GoogleCloudStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*
* @deprecated The GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0.
*/
class GoogleCloudStorage implements Adapter,
MetadataSupporter,
Expand Down

0 comments on commit 41c7c29

Please sign in to comment.