We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946cf0 commit 830df80Copy full SHA for 830df80
tests/KeywordEnhancerTest.php
@@ -204,6 +204,10 @@ public static function dataCodifyText(): array {
204
'Fix Uri\WhatWg\Url::withHost.',
205
'Fix `Uri\WhatWg\Url::withHost`.',
206
],
207
+ [
208
+ '(Dom\XMLDocument::createComment() triggers undefined behavior with null byte).',
209
+ '(`Dom\XMLDocument::createComment()` triggers undefined behavior with null byte).',
210
+ ],
211
];
212
}
213
0 commit comments