Skip to content

Commit 8cf98aa

Browse files
committed
cs fix
1 parent 2ceeea4 commit 8cf98aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/NothingPersonalValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function testTrueWhenNoUsername(): void
119119
$this->assertTrue($result->isOK());
120120
}
121121

122-
public function testTrueForAllowedTooSmallMatch(): Void
122+
public function testTrueForAllowedTooSmallMatch(): void
123123
{
124124
$user = new User([
125125
'email' => 'xxx@example.com',
@@ -133,7 +133,7 @@ public function testTrueForAllowedTooSmallMatch(): Void
133133
$this->assertTrue($result->isOK());
134134
}
135135

136-
public function testFalseForSensibleMatch(): Void
136+
public function testFalseForSensibleMatch(): void
137137
{
138138
$user = new User([
139139
'email' => 'xxx@example.com',

0 commit comments

Comments
 (0)