diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-03-31 18:20:04 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-03-31 18:20:04 +0200 |
commit | 5dbbe6d08b6046777e20761057725f24f841e722 (patch) | |
tree | 5ab40e510f026305a3d5fd33419a62b6f9d383f0 /core/command/db | |
parent | b002f11771317d2098a9d93758ce7c442a76c203 (diff) | |
download | nextcloud-server-5dbbe6d08b6046777e20761057725f24f841e722.tar.gz nextcloud-server-5dbbe6d08b6046777e20761057725f24f841e722.zip |
Doc blocks for properties do not repeat the property name.
Diffstat (limited to 'core/command/db')
-rw-r--r-- | core/command/db/converttype.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php index 8b9c72d9039..99f2807feee 100644 --- a/core/command/db/converttype.php +++ b/core/command/db/converttype.php @@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface; class ConvertType extends Command { /** - * @var \OC\Config $config + * @var \OC\Config */ protected $config; |