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'], '/' );