Skip to content

Commit 4625713

Browse files
committed
Review fixes
1 parent bcbbf7e commit 4625713

File tree

7 files changed

+9
-18
lines changed

7 files changed

+9
-18
lines changed

ext/oci8/oci8.stub.php

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,22 +252,13 @@ function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -
252252
/** @param resource $statement */
253253
function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {}
254254

255-
/**
256-
* @param resource $statement
257-
* @return array<int|string, mixed>|false
258-
*/
255+
/** @param resource $statement */
259256
function oci_fetch_row($statement): array|false {}
260257

261-
/**
262-
* @param resource $statement
263-
* @return array<int|string, mixed>|false
264-
*/
258+
/** @param resource $statement */
265259
function oci_fetch_assoc($statement): array|false {}
266260

267-
/**
268-
* @param resource $statement
269-
* @return array<int|string, mixed>|false
270-
*/
261+
/** @param resource $statement */
271262
function oci_fetch_array($statement, int $mode = OCI_BOTH | OCI_RETURN_NULLS): array|false {}
272263

273264
/** @param resource $statement */

ext/oci8/oci8_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 504d2e65ecf897086adb891151693975a2947476 */
2+
* Stub hash: 46ee8ce62b36639636b4f5126e20a4b4e1df2e25 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_oci_define_by_name, 0, 3, _IS_BOOL, 0)
55
ZEND_ARG_INFO(0, statement)

ext/openssl/openssl.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function openssl_csr_sign(OpenSSLCertificateSigningRequest|string $csr, OpenSSLC
7676
function openssl_csr_new(array $distinguished_names, &$private_key, ?array $options = null, ?array $extra_attributes = null): OpenSSLCertificateSigningRequest|false {}
7777

7878
/**
79-
* @return array<int, string|array>|false
79+
* @return array<string, string|array>|false
8080
* @refcount 1
8181
*/
8282
function openssl_csr_get_subject(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = true): array|false {}

ext/openssl/openssl_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: de2e50833ba20b0ea248d78f9da40a2fb6b42802 */
2+
* Stub hash: 3ad007a0b29648c29051f9ee00fe43dd6f2a766d */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_openssl_x509_export_to_file, 0, 2, _IS_BOOL, 0)
55
ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL)

ext/sockets/sockets.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$addr
7171
function socket_sendto(Socket $socket, string $data, int $length, int $flags, string $address, ?int $port = null): int|false {}
7272

7373
/**
74-
* @return array<string, int>|int|false
74+
* @return array<string, mixed>|int|false
7575
* @refcount 1
7676
*/
7777
function socket_get_option(Socket $socket, int $level, int $option): array|int|false {}

ext/sockets/sockets_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 279be897df070bb97ee4e47f8a21c90b29b85d9d */
2+
* Stub hash: 5a9bd9ace782bfe055dd40c35a73c0e9a242ab77 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_socket_select, 0, 4, MAY_BE_LONG|MAY_BE_FALSE)
55
ZEND_ARG_TYPE_INFO(1, read, IS_ARRAY, 1)

ext/sodium/libsodium_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: ec5e4bdb70ff9416e66b6b8ffd30063a692be910 */
2+
* Stub hash: 83363d4c65a99ae18e8e475524ce7aa20a768556 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sodium_crypto_aead_aes256gcm_is_available, 0, 0, _IS_BOOL, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)