We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226e61b + bb898a0 commit 083f5a4Copy full SHA for 083f5a4
1 file changed
src/View/View.php
@@ -9,7 +9,8 @@
9
10
abstract class View
11
{
12
- protected static $stream;
+ /** @var resource|null */
13
+ protected static mixed $stream = null;
14
15
protected string $streamName;
16
0 commit comments