1 parent 6d6a99a commit ea302caCopy full SHA for ea302ca
1 file changed
src/Gaufrette/Adapter/GoogleCloudStorage.php
@@ -5,14 +5,10 @@
5
use Gaufrette\Adapter;
6
use GuzzleHttp;
7
8
-@trigger_error('The '.__NAMESPACE__.'\GoogleCloudStorage adapter is deprecated since version 0.4 and will be removed in 1.0.', E_USER_DEPRECATED);
9
-
10
/**
11
* Google Cloud Storage adapter using the Google APIs Client Library for PHP.
12
*
13
* @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.
16
*/
17
class GoogleCloudStorage implements Adapter,
18
MetadataSupporter,
0 commit comments