Passed
Push — master ( b353a9...bf0081 )
by René
04:01
created
lib/Service/CalendarService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 	 * @psalm-return list<array{name: mixed, key: mixed, displayColor: mixed, permissions: mixed}>
92 92
 	 */
93 93
 	public function getCalendars(): array {
94
-		$calendars =  [];
94
+		$calendars = [];
95 95
 		foreach ($this->calendars as $calendar) {
96 96
 			$calendars[] = [
97 97
 				'name' => $calendar->getDisplayName(),
Please login to merge, or discard this patch.