@@ -51,7 +51,7 @@ |
||
51 | 51 | * @param IConfig $config |
52 | 52 | */ |
53 | 53 | public function __construct($appName, IRequest $request, |
54 | - IDBConnection $db, IConfig $config){ |
|
54 | + IDBConnection $db, IConfig $config) { |
|
55 | 55 | parent::__construct($appName, $request); |
56 | 56 | $this->db = $db; |
57 | 57 | $this->config = $config; |
@@ -78,7 +78,7 @@ |
||
78 | 78 | * |
79 | 79 | * @return string |
80 | 80 | */ |
81 | - public function getPluginName() { |
|
81 | + public function getPluginName() { |
|
82 | 82 | return 'nc-enable-birthday-calendar'; |
83 | 83 | } |
84 | 84 |
@@ -109,7 +109,7 @@ |
||
109 | 109 | $output->writeln(''); |
110 | 110 | } |
111 | 111 | |
112 | - protected function verifyEnabled () { |
|
112 | + protected function verifyEnabled() { |
|
113 | 113 | $isEnabled = $this->config->getAppValue('dav', 'generateBirthdayCalendar', 'yes'); |
114 | 114 | |
115 | 115 | if ($isEnabled !== 'yes') { |