Skip to content

Commit

Permalink
fix: PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed Jul 6, 2024
1 parent 6817774 commit 411e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/RegexpSpam.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static function verify( array $item ): int {
],
[
'useragent' => 'scrape',
]
],
];

$quoted_author = preg_quote( $subject['author'], '/' );
Expand Down

0 comments on commit 411e3f3

Please sign in to comment.