Skip to content

Commit 411e3f3

Browse files
fix: PHPCS issue
1 parent 6817774 commit 411e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/RegexpSpam.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static function verify( array $item ): int {
113113
],
114114
[
115115
'useragent' => 'scrape',
116-
]
116+
],
117117
];
118118

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

0 commit comments

Comments
 (0)