Doc blocks for properties do not repeat the property name.
This commit is contained in:
parent
b002f11771
commit
5dbbe6d08b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
|
||||
class ConvertType extends Command {
|
||||
/**
|
||||
* @var \OC\Config $config
|
||||
* @var \OC\Config
|
||||
*/
|
||||
protected $config;
|
||||
|
||||
|
|
Loading…
Reference in a new issue