Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -57,7 +57,7 @@ class EmptyParagraphKillerFilterTest extends KernelTestBase {
*
* @see testEmptyParagraphKillerFilter()
*/
public function emptyParagraphKillerFilterDataProvider(): array {
public static function emptyParagraphKillerFilterDataProvider(): array {
return [
[
'<p>Test content</p>',
Loading