We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceeea4 commit 8cf98aaCopy full SHA for 8cf98aa
tests/Unit/NothingPersonalValidatorTest.php
@@ -119,7 +119,7 @@ public function testTrueWhenNoUsername(): void
119
$this->assertTrue($result->isOK());
120
}
121
122
- public function testTrueForAllowedTooSmallMatch(): Void
+ public function testTrueForAllowedTooSmallMatch(): void
123
{
124
$user = new User([
125
'email' => 'xxx@example.com',
@@ -133,7 +133,7 @@ public function testTrueForAllowedTooSmallMatch(): Void
133
134
135
136
- public function testFalseForSensibleMatch(): Void
+ public function testFalseForSensibleMatch(): void
137
138
139
0 commit comments