Completed
Pull Request — master (#6884)
by Georg
15:30
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.