From 49e2f1e594a7c21fa2c9b69f82785ecd3c1f6896 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 11 Jun 2022 14:39:07 -0700 Subject: [PATCH] Switch to shared CI configuration --- inc/class-rewrite-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-rewrite-content.php b/inc/class-rewrite-content.php index ccf31a0..74d33d5 100644 --- a/inc/class-rewrite-content.php +++ b/inc/class-rewrite-content.php @@ -36,7 +36,7 @@ class Rewrite_Content { * @param string $content Post content. * @return string */ - public function filter_the_content( string $content ) : string { + public function filter_the_content( string $content ) { // TODO: only deal with image srcs, use DOM Document. return $content; } -- GitLab