forked from KnpLabs/Gaufrette
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecation notice for GoogleCloudStorage
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|