From 411e3f3f111e629936511de77aaeaa985ea78594 Mon Sep 17 00:00:00 2001 From: Florian Brinkmann Date: Sat, 6 Jul 2024 18:29:21 +0200 Subject: [PATCH] fix: PHPCS issue --- src/Rules/RegexpSpam.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rules/RegexpSpam.php b/src/Rules/RegexpSpam.php index e2780f7..24564fe 100644 --- a/src/Rules/RegexpSpam.php +++ b/src/Rules/RegexpSpam.php @@ -113,7 +113,7 @@ public static function verify( array $item ): int { ], [ 'useragent' => 'scrape', - ] + ], ]; $quoted_author = preg_quote( $subject['author'], '/' );