Skip to content

Commit e1bfb52

Browse files
committed
chore: fix phpstan error
1 parent ef0b52f commit e1bfb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
'rawMessage' => 'Call to deprecated function random_string():
200200
The type \'basic\', \'md5\', and \'sha1\' are deprecated. They are not cryptographically secure.',
201201
'identifier' => 'function.deprecated',
202-
'count' => 1,
202+
'count' => 3,
203203
'path' => __DIR__ . '/src/Controllers/MagicLinkController.php',
204204
];
205205
$ignoreErrors[] = [

0 commit comments

Comments
 (0)