Passed
Push — master ( 60d45f...a37810 )
by René
05:02 queued 01:25
created
lib/Model/CalendarEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 	}
87 87
 
88 88
 	public function getEnd() {
89
-		return isset($this->event['DTEND'][0])? $this->event['DTEND'][0]->getTimestamp() : 0;
89
+		return isset($this->event['DTEND'][0]) ? $this->event['DTEND'][0]->getTimestamp() : 0;
90 90
 	}
91 91
 
92 92
 	public function getStatus() {
Please login to merge, or discard this patch.