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.
1 parent 5db8db5 commit 6b1f464Copy full SHA for 6b1f464
stubs/ext/bz2/bzerrno.php
@@ -1,6 +1,6 @@
1
<?php
2
3
/** @param resource $bz */
4
-function bzerrno($bz) : int|false
+function bzerrno($bz) : int
5
{
6
}
stubs/ext/bz2/bzerror.php
-function bzerror($bz) : array|false
+function bzerror($bz) : array
stubs/ext/bz2/bzerrstr.php
-function bzerrstr($bz) : string|false
+function bzerrstr($bz) : string
0 commit comments