Skip to content

Commit 56c37dd

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 2ec13f5 commit 56c37dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/SpamDetector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function hasTooManySpecialCharacters()
105105
->squish()
106106
->wordCount();
107107

108-
if($countWords === 0) {
108+
if ($countWords === 0) {
109109
return true;
110110
}
111111

0 commit comments

Comments
 (0)