Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Mar 8, 2023
1 parent 34ff648 commit 8ea08ae
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 @@ -2701,6 +2701,7 @@ public function __construct(int $phpVersionId)
'sodium_crypto_stream_xchacha20_keygen' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php',
'sodium_crypto_stream_xchacha20_xor' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php',
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
'zend_get_map_ptr_last' => 'stubs/ext/zend_test/zend_get_map_ptr_last.php',
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
Expand Down
6 changes: 6 additions & 0 deletions stubs/ext/zend_test/zend_get_map_ptr_last.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

#[\Since('8.1')]
function zend_get_map_ptr_last() : int
{
}

0 comments on commit 8ea08ae

Please sign in to comment.