Skip to content

Commit

Permalink
chore: run rector 0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Nov 13, 2023
1 parent 94d51cd commit c35a973
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Unit/NothingPersonalValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ public static function provideMaxSimilarityZeroTurnsOffSimilarityCalculation():
[
66,
false,
], [
],
[
0,
true,
],
Expand Down Expand Up @@ -314,7 +315,8 @@ public static function provideCheckPasswordWithBadEmail(): iterable
[
'test',
true,
], [
],
[
'test@example',
true,
],
Expand Down

0 comments on commit c35a973

Please sign in to comment.