Completed
Pull Request — master (#6884)
by Georg
13:45
created
apps/dav/lib/Controller/BirthdayCalendarController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
apps/dav/lib/Command/SyncBirthdayCalendar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
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') {
Please login to merge, or discard this patch.