Passed
Pull Request — developer (#15979)
by Arkadiusz
18:25
created
app/Integrations/Dav/Calendar.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
 		if (false !== strpos($value, $separator)) {
288 288
 			[$html,$text] = explode($separator, $value, 2);
289 289
 			$value = trim(strip_tags($html)) . "\n" . \trim(\str_replace($separator, '', $text));
290
-		}else{
290
+		} else{
291 291
 			$value = trim(\str_replace('\n', PHP_EOL, $value));
292 292
 		}
293 293
 		$value = \App\Purifier::decodeHtml(\App\Purifier::purify($value));
Please login to merge, or discard this patch.