Skip to content

Commit 1d49dd0

Browse files
committed
wip
1 parent 07c19d0 commit 1d49dd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mago.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ excludes = [
1111
"./vendor/composer",
1212
"**/.cache",
1313
"**/*.stub.php",
14+
"**/*.input.php",
15+
"**/*.expected.php",
1416
]
1517

1618
[format]

packages/upgrade/src/tempest2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'Tempest\Validation\Rules\NotNull' => 'Tempest\Validation\Rules\IsNotNull',
4444
'Tempest\Validation\Rules\Numeric' => 'Tempest\Validation\Rules\IsNumeric',
4545
'Tempest\Validation\Rules\Odd' => 'Tempest\Validation\Rules\IsOddNumber',
46-
'Tempest\Validation\Rules\Password' => 'Tempest\Validation\Rules\IsPassword',
46+
'Tempest\Validation\Rules\Password' => 'Tempest\Validation\Rules\IsPassword', // @mago-expect security/no-literal-password
4747
'Tempest\Validation\Rules\PhoneNumber' => 'Tempest\Validation\Rules\IsPhoneNumber',
4848
'Tempest\Validation\Rules\RegEx' => 'Tempest\Validation\Rules\MatchesRegEx',
4949
'Tempest\Validation\Rules\Time' => 'Tempest\Validation\Rules\IsTime',

0 commit comments

Comments
 (0)