diff --git a/composer.json b/composer.json index aeaf21370..69f4d4b60 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "mockery/mockery": "^1.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", - "rector/rector": "0.18.6" + "rector/rector": "0.18.7" }, "provide": { "codeigniter4/authentication-implementation": "1.0" 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, ],