Skip to content

Commit c74c6ce

Browse files
committed
fix
1 parent de77bec commit c74c6ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/special_cases.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ function passthru(string $command, ?int &$result_code = null): void
439439
* @param string $filename URL describing location of file to be hashed; Supports fopen wrappers.
440440
* @param bool $binary When set to TRUE, outputs raw binary data.
441441
* FALSE outputs lowercase hexits.
442+
* @phpstan-param array<string, mixed> $fields
442443
* @param array $options An array of options for the various hashing algorithms.
443444
* Currently, only the "seed" parameter is
444445
* supported by the MurmurHash variants.

0 commit comments

Comments
 (0)