Skip to content

Commit b106710

Browse files
committed
Update stubs
1 parent 6b1f464 commit b106710

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: stubs/ext/bz2/bzerrno.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
/** @param resource $bz */
4-
function bzerrno($bz) : int
4+
function bzerrno($bz) : int|false
55
{
66
}

Diff for: stubs/ext/bz2/bzerror.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
/** @param resource $bz */
4-
function bzerror($bz) : array
4+
function bzerror($bz) : array|false
55
{
66
}

Diff for: stubs/ext/bz2/bzerrstr.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
/** @param resource $bz */
4-
function bzerrstr($bz) : string
4+
function bzerrstr($bz) : string|false
55
{
66
}

0 commit comments

Comments
 (0)