Skip to content

Commit cd8b6a3

Browse files
authored
Merge pull request #948 from datamweb/rector-0187
update/run rector from 0.18.6 to 0.18.7
2 parents 4f07bb0 + c35a973 commit cd8b6a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"mockery/mockery": "^1.0",
3838
"phpstan/extension-installer": "^1.3",
3939
"phpstan/phpstan-strict-rules": "^1.5",
40-
"rector/rector": "0.18.6"
40+
"rector/rector": "0.18.7"
4141
},
4242
"provide": {
4343
"codeigniter4/authentication-implementation": "1.0"

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)