You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Hash provided in File\Hash validator must be a string
We were checking it when we providing one hash, but there
was no check for array:
```
$options = [
'hash1',
'hash2',
// ...
'algorithm' => '...',
];
```
0 commit comments