Completed
Push — master ( f50758...700a98 )
by Sebastian
02:46
created
src/Backup/Sync/Openstack.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Backup/Sync/GoogleDrive.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.