From 446ad04524ca7fb146354763e62e5da8d9fe4c27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 30 Dec 2020 18:26:24 +0100 Subject: [PATCH] Fix refentry attribute replacing --- build/gen_stub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/gen_stub.php b/build/gen_stub.php index 9301328892..5d651daaf2 100755 --- a/build/gen_stub.php +++ b/build/gen_stub.php @@ -1715,8 +1715,8 @@ function replaceMethodSynopses(string $targetDirectory, array $funcMap, array $a $replacedXml = preg_replace( [ "/REPLACED-ENTITY-([A-Za-z0-9._{}%-]+?;)/", - "//i", - "//i", + "//i", + "//i", ], [ "&$1", -- 2.50.1