Skip to content

Commit 2917945

Browse files
committed
Fix DummyStreamWrapper
1 parent aa76df7 commit 2917945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/output/DummyStreamWrapper.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ class DummyStreamWrapper
3737

3838
public function stream_stat()
3939
{
40-
return [];
40+
return false;
4141
}
4242

4343
public function stream_tell()
4444
{
45-
return [];
45+
return 0;
4646
}
4747

4848
public function stream_truncate(int $newSize): bool

0 commit comments

Comments
 (0)