mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
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:
parent
dd2d2cec9c
commit
e87431bc4c
6 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue