From c35a97366a9e73943c27ff67bc6b59be45c15d2e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Tue, 14 Nov 2023 01:50:23 +0330 Subject: [PATCH] chore: run rector 0.18.7 --- tests/Unit/NothingPersonalValidatorTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Unit/NothingPersonalValidatorTest.php b/tests/Unit/NothingPersonalValidatorTest.php index b3e7d8e77..9bdfeb77a 100644 --- a/tests/Unit/NothingPersonalValidatorTest.php +++ b/tests/Unit/NothingPersonalValidatorTest.php @@ -281,7 +281,8 @@ public static function provideMaxSimilarityZeroTurnsOffSimilarityCalculation(): [ 66, false, - ], [ + ], + [ 0, true, ], @@ -314,7 +315,8 @@ public static function provideCheckPasswordWithBadEmail(): iterable [ 'test', true, - ], [ + ], + [ 'test@example', true, ],