From b5eeda9bd2e53d48f4636dd6fb1e996f5a804cf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 30 Aug 2022 17:25:01 +0200 Subject: [PATCH] Update for PHP CS Fixer 3.10.0 --- files/lib/system/exporter/WordPress3xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WordPress3xExporter.class.php b/files/lib/system/exporter/WordPress3xExporter.class.php index 8b72302..bbbf014 100644 --- a/files/lib/system/exporter/WordPress3xExporter.class.php +++ b/files/lib/system/exporter/WordPress3xExporter.class.php @@ -707,7 +707,7 @@ class WordPress3xExporter extends AbstractExporter $string = \str_replace("

", "


", $string); /* Remove trailing linebreak in quotes */ - $string = \preg_replace("~


(?=\s*)~", '', $string); + $string = \preg_replace("~


(?=\\s*)~", '', $string); $string = \str_replace("
", "", $string); $string = \str_replace("
", "", $string); -- 2.20.1