Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Dec 14, 2022
1 parent 6065073 commit 5d50511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Php8StubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2730,6 +2730,7 @@ public function __construct(int $phpVersionId)
$functions = \array_merge($functions, array (
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
'getrandmax' => 'stubs/ext/random/getrandmax.php',
'imap_is_open' => 'stubs/ext/imap/imap_is_open.php',
'ini_parse_quantity' => 'stubs/ext/standard/ini_parse_quantity.php',
'lcg_value' => 'stubs/ext/random/lcg_value.php',
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',
Expand Down
6 changes: 6 additions & 0 deletions stubs/ext/imap/imap_is_open.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

#[\Since('8.2')]
function imap_is_open(\IMAP\Connection $imap) : bool
{
}

0 comments on commit 5d50511

Please sign in to comment.