Unverified Commit 0f281eca authored by Alex Pott's avatar Alex Pott
Browse files

ci: #3581997 PHPStan is failing on 11.3.x

By: alexpott
parent d7a1176d
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13087,6 +13087,12 @@
	'count' => 1,
	'path' => __DIR__ . '/modules/comment/tests/src/Kernel/CommentOrphanTest.php',
];
$ignoreErrors[] = [
	'message' => '#^Method Drupal\\\\Tests\\\\comment\\\\Kernel\\\\CommentTokenReplaceTest\\:\\:addDefaultCommentField\\(\\) has no return type specified\\.$#',
	'identifier' => 'missingType.return',
	'count' => 1,
	'path' => __DIR__ . '/modules/comment/tests/src/Kernel/CommentTokenReplaceTest.php',
];
$ignoreErrors[] = [
	'message' => '#^Method Drupal\\\\Tests\\\\comment\\\\Kernel\\\\CommentUninstallTest\\:\\:addDefaultCommentField\\(\\) has no return type specified\\.$#',
	'identifier' => 'missingType.return',