Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Nov 19, 2021
1 parent 6665670 commit b73dfe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stubs/ext/bz2/bzerrno.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/** @param resource $bz */
function bzerrno($bz) : int
function bzerrno($bz) : int|false
{
}
2 changes: 1 addition & 1 deletion stubs/ext/bz2/bzerror.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/** @param resource $bz */
function bzerror($bz) : array
function bzerror($bz) : array|false
{
}
2 changes: 1 addition & 1 deletion stubs/ext/bz2/bzerrstr.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/** @param resource $bz */
function bzerrstr($bz) : string
function bzerrstr($bz) : string|false
{
}

0 comments on commit b73dfe5

Please sign in to comment.