mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
type fixes
This commit is contained in:
parent
fdc0e3f113
commit
32b65b0bad
7 changed files with 18 additions and 16 deletions
|
|
@ -22,6 +22,9 @@
|
|||
namespace Icewind\Streams;
|
||||
|
||||
class WrapperHandler {
|
||||
/** @var resource $context */
|
||||
protected $context;
|
||||
|
||||
const NO_SOURCE_DIR = 1;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue