mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
type fixes
This commit is contained in:
parent
fdc0e3f113
commit
32b65b0bad
7 changed files with 18 additions and 16 deletions
|
|
@ -26,12 +26,12 @@ namespace Icewind\Streams;
|
|||
abstract class HashWrapper extends Wrapper {
|
||||
|
||||
/**
|
||||
* @var callable
|
||||
* @var callable|null
|
||||
*/
|
||||
private $callback;
|
||||
|
||||
/**
|
||||
* @var resource
|
||||
* @var resource|\HashContext
|
||||
*/
|
||||
private $hashContext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue