Release 2.38.0 (#5563)

This commit is contained in:
Kevin Papst
2025-08-08 23:25:42 +02:00
committed by GitHub
parent f3890691ce
commit 04331420ae
88 changed files with 1319 additions and 697 deletions

View File

@@ -4164,29 +4164,14 @@ parameters:
path: src/Utils/PaginationTemplate.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:blockHeader\\(\\) has no return type specified\\.$#"
message: "#^Method App\\\\Utils\\\\Parsedown\\:\\:blockHeader\\(\\) has no return type specified\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
path: src/Utils/Parsedown.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:blockHeader\\(\\) has parameter \\$Line with no type specified\\.$#"
message: "#^Method App\\\\Utils\\\\Parsedown\\:\\:blockHeader\\(\\) has parameter \\$Line with no type specified\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:blockTable\\(\\) has no return type specified\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:blockTable\\(\\) has parameter \\$Block with no value type specified in iterable type array\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:blockTable\\(\\) has parameter \\$Line with no type specified\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
path: src/Utils/Parsedown.php
-
message: "#^Method App\\\\Utils\\\\ParsedownExtension\\:\\:inlineUrl\\(\\) has parameter \\$Excerpt with no type specified\\.$#"
@@ -4201,7 +4186,7 @@ parameters:
-
message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
count: 1
path: src/Utils/ParsedownExtension.php
path: src/Utils/Parsedown.php
-
message: "#^Property App\\\\Utils\\\\ParsedownExtension\\:\\:\\$BlockTypes has no type specified\\.$#"