Fix return type of wrap method to resource|false instead of resource|bool

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2023-03-14 10:22:49 +01:00
commit e87431bc4c
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A
6 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ abstract class HashWrapper extends Wrapper {
* @param resource $source
* @param string $hash
* @param callable $callback
* @return resource|bool
* @return resource|false
*
* @throws \BadMethodCallException
*/