@@ -128,7 +128,7 @@ |
||
128 | 128 | * Make sure all mandatory keys are present in given config. |
129 | 129 | * |
130 | 130 | * @param array $config |
131 | - * @param array $keys |
|
131 | + * @param string[] $keys |
|
132 | 132 | * @throws Exception |
133 | 133 | */ |
134 | 134 | protected function validateConfig(array $config, array $keys) |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use Google_Client as GClient; |
5 | 5 | use Google_Http_MediaFileUpload as GStream; |
6 | -use Google_Service_Drive as GDrive; |
|
7 | 6 | use Google_Service_Drive as GDriveService; |
8 | 7 | use Google_Service_Drive_DriveFile as GFile; |
9 | 8 | use phpbu\App\Backup\Collector; |