Skip to content

Commit 19b3f77

Browse files
committed
:octocat: phan on CI
1 parent 51907de commit 19b3f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Crypto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function randomString(int $length, string $keyspace = self::ASCII_
7676
// use the Randomizer if available
7777
// https://github.com/phpstan/phpstan/issues/7843
7878
if(PHP_VERSION_ID >= 80300){
79-
/** @phan-suppress-next-line PhanUndeclaredClassMethod */
79+
/** @phan-suppress-next-line PhanUndeclaredClassMethod, PhanUndeclaredMethod */
8080
return (new \Random\Randomizer(new \Random\Engine\Secure))->getBytesFromString($keyspace, $length);
8181
}
8282

0 commit comments

Comments
 (0)