Doc blocks for properties do not repeat the property name.

This commit is contained in:
Andreas Fischer 2014-03-31 18:20:04 +02:00
parent b002f11771
commit 5dbbe6d08b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class ConvertType extends Command {
/**
* @var \OC\Config $config
* @var \OC\Config
*/
protected $config;