Skip to content

Commit c35a973

Browse files
committed
chore: run rector 0.18.7
1 parent 94d51cd commit c35a973

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Unit/NothingPersonalValidatorTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ public static function provideMaxSimilarityZeroTurnsOffSimilarityCalculation():
281281
[
282282
66,
283283
false,
284-
], [
284+
],
285+
[
285286
0,
286287
true,
287288
],
@@ -314,7 +315,8 @@ public static function provideCheckPasswordWithBadEmail(): iterable
314315
[
315316
'test',
316317
true,
317-
], [
318+
],
319+
[
318320
'test@example',
319321
true,
320322
],

0 commit comments

Comments
 (0)