diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-08 15:43:39 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-08 15:43:39 +0000 |
commit | 08f0dc906780be699aa9ff8c10faaea0be44855d (patch) | |
tree | bb2219d2d62fa314b57404a8993fe0ce4df1a6ea /lib/private/setup/abstractdatabase.php | |
parent | ec399e6bbc5a16519433e11869e444fd7b198a25 (diff) | |
download | nextcloud-server-08f0dc906780be699aa9ff8c10faaea0be44855d.tar.gz nextcloud-server-08f0dc906780be699aa9ff8c10faaea0be44855d.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/setup/abstractdatabase.php')
-rw-r--r-- | lib/private/setup/abstractdatabase.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/setup/abstractdatabase.php b/lib/private/setup/abstractdatabase.php index c97302ab252..0c1e5904e08 100644 --- a/lib/private/setup/abstractdatabase.php +++ b/lib/private/setup/abstractdatabase.php @@ -91,5 +91,8 @@ abstract class AbstractDatabase { $this->tablePrefix = $dbTablePrefix; } + /** + * @param string $userName + */ abstract public function setupDatabase($userName); } |