Skip to content

Commit 083f5a4

Browse files
Merge pull request #73
[4.x] Add type declaration for `$stream` property in `View` class
2 parents 226e61b + bb898a0 commit 083f5a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/View/View.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
abstract class View
1111
{
12-
protected static $stream;
12+
/** @var resource|null */
13+
protected static mixed $stream = null;
1314

1415
protected string $streamName;
1516

0 commit comments

Comments
 (0)