diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 12:05:27 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 12:05:27 +0000 |
commit | 97f9213da95187a9992f700597fb012429b60469 (patch) | |
tree | fd298006503b1ff33a5d116914a60ea72a36a705 /apps/files_external/tests/amazons3migration.php | |
parent | e44b164f406b52530d81e755c9e1b959e0f1ef27 (diff) | |
download | nextcloud-server-97f9213da95187a9992f700597fb012429b60469.tar.gz nextcloud-server-97f9213da95187a9992f700597fb012429b60469.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/files_external/tests/amazons3migration.php')
-rw-r--r-- | apps/files_external/tests/amazons3migration.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_external/tests/amazons3migration.php b/apps/files_external/tests/amazons3migration.php index 33fb6119a92..cc47107c7fe 100644 --- a/apps/files_external/tests/amazons3migration.php +++ b/apps/files_external/tests/amazons3migration.php @@ -130,6 +130,9 @@ class AmazonS3Migration extends \Test\TestCase { return $storages; } + /** + * @param string $id + */ public function deleteStorage($id) { $stmt = \OC::$server->getDatabaseConnection()->prepare( 'DELETE FROM `*PREFIX*storages` WHERE `id` = ?' |