Skip to content

Commit ad2e232

Browse files
committed
suppress phpstan deprecation error warning
1 parent 6410ae3 commit ad2e232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Authentication/Passwords/ValidationRules.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public function max_byte(?string $str, string $val): bool
6767
/**
6868
* Builds a new user instance from the global request.
6969
*
70+
* @phpstan-ignore-next-line
71+
*
7072
* @deprecated This will be removed soon.
7173
*
7274
* @see https://github.com/codeigniter4/shield/pull/747#discussion_r1198778666

0 commit comments

Comments
 (0)