PHPStan v0.12.31 Release Notes

Release Date: 2020-06-24 // almost 4 years ago
  • ๐Ÿ›  Bugfixes ๐Ÿ›

    ๐Ÿฑ Function signature fixes ๐Ÿค–

    • ZipArchive::open() returns true on success, int (error code) on failure (#253), thanks @dktapps!
    • mysqli_stmt_fetch() and mysqli_stmt::fetch() can return NULL (#255), thanks @morozov!
    • openssl_pkey_export() allows null for the passphrase (#256), thanks @ConradSollitt!
    • Fix enchant_broker_list_dicts() return type (#257), #3530, thanks @villfa!
    • correct return value for PHP internal functions on failure (#258), thanks @peter-gribanov!
    • ๐Ÿ›  Fix return type & callback type hints for Redis::subscribe() (#259), thanks @hollodotme!