Skip to content

Commit 93ca9cc

Browse files
committed
refactor: run PHPStan baseline
1 parent f1e08ac commit 93ca9cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
'path' => __DIR__ . '/src/Secure.php',
129129
];
130130
$ignoreErrors[] = [
131-
'message' => '#^Parameter \\#1 \\$string of function bin2hex expects string, array\\<int, string\\>\\|string\\|false given\\.$#',
131+
'message' => '#^Parameter \\#1 \\$string of function bin2hex expects string, array\\|string given\\.$#',
132132
'identifier' => 'argument.type',
133133
'count' => 1,
134134
'path' => __DIR__ . '/src/Secure.php',

0 commit comments

Comments
 (0)