Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Jul 13, 2024
1 parent 5888cb6 commit e405e71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Unit/SpamDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ public static function messageProvider()
['Прuвет', true],
];
}
public function testUnicodeRules():void

public function testUnicodeRules(): void
{
//Long unicode characters in center of the message/words
// Long unicode characters in center of the message/words
$spamDetector = new SpamDetector('Прuвет всем, хoчу предлoжuть реaльный дoпoлнuтельный зaрaбoтoк!
- От 50$ в/зa день гaрaнтuрoвaнo
- Чaс в день твoегo временu
Expand Down

0 comments on commit e405e71

Please sign in to comment.